Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the demo won't render the dom, keep showing loading text #15

Open
wengsj11 opened this issue Jun 16, 2023 · 3 comments
Open

the demo won't render the dom, keep showing loading text #15

wengsj11 opened this issue Jun 16, 2023 · 3 comments

Comments

@wengsj11
Copy link

wengsj11 commented Jun 16, 2023

image

Running in my local enviroment showing the same problem.

@Moonquakesss
Copy link

same question:
https://codesandbox.io/p/sandbox/code-kitchen-example-0p5p6v?file=%2Fsrc%2Fstyles.css%3A5%2C1
It looks like there is something wrong with the latest esbuild

@Moonquakesss
Copy link

image

Running in my local enviroment showing the same problem.

Have you solved this problem?

@zhang-stone
Copy link

zhang-stone commented Aug 14, 2024

Customizing the esbuild-wasm version solves this problem
import { Playground, setup } from 'code-kitchen'; setup({ esbuildWasmPath: "https://cdn.jsdelivr.net/npm/[email protected]", })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants