Code Monkey home page Code Monkey logo

Comments (7)

alexnm avatar alexnm commented on June 7, 2024 2

waiting for codesandbox/codesandbox-client#5723 to be merged

from sandpack.

alexnm avatar alexnm commented on June 7, 2024 1

I have to reopen this as I'm reverting a change in the bundler (conflict with some use cases in codesandbox)

from sandpack.

plondon avatar plondon commented on June 7, 2024

Hi @alexnm any update on this?

from sandpack.

alexnm avatar alexnm commented on June 7, 2024

unfortunately no, still waiting on codesandbox/codesandbox-client#5723 to be merged

from sandpack.

plondon avatar plondon commented on June 7, 2024

@danilowoz any update on this?

from sandpack.

danilowoz avatar danilowoz commented on June 7, 2024

Unfortunately, this is not something easy to fix. Jasper has tried many ways to collect and execute scripts into the Sandpack context, but with no success so far (#5723 and #5964). Plus, if we inject third scripts in the same Sandpack thread, it might create unexpected issues due to conflict javascript execution, so I'm afraid there is a way to go now.

Possible paths:

  • Create another iframe inside Sandpack iframe (iframe isolation): we explored this option, but it turned out it didn't work due to the complexity of passing iframe messages (codesandbox/sandpack-bundler#19);
  • Node emulation, which will be our next try: run a light node version on the browser, which would solve this and unblock many other possibilities. It looks promising;

So meanwhile, I'd recommend continuing using the externalResources API to load scripts and styles: https://sandpack.codesandbox.io/docs/getting-started/custom-content#static-external-resources

from sandpack.

danilowoz avatar danilowoz commented on June 7, 2024

It should no longer be an issue after Nodebox and static server template

from sandpack.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.