code-kitchen
code-kitchen copied to clipboard
the demo won't render the dom, keep showing loading text
Running in my local enviroment showing the same problem.
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
Running in my local enviroment showing the same problem.
Have you solved this problem?
Customizing the esbuild-wasm version solves this problem
import { Playground, setup } from 'code-kitchen'; setup({ esbuildWasmPath: "https://cdn.jsdelivr.net/npm/[email protected]", })