sandpack
sandpack copied to clipboard
A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.
# Bug report ## Packages affected - [✔] sandpack-client - [✔] sandpack-react ## Description A `/some/module/path: hasn't been transpiled yet.` error gets displayed in `SandpackPreview`’s `ErrorOverlay` under certain conditions. ##...
Open in CodeSandbox Web Editor | VS Code ## What kind of change does this pull request introduce? ## What is the current behavior? ## What is the new...
# Tell us how you think we can improve Sandpack ## Packages affected - [ ] sandpack-react ## What is this feature? update code mirror 0.20 ## How would your...
# Tell us how you think we can improve Sandpack ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## What is this feature? It would be nice to...
Open in CodeSandbox Web Editor | VS Code 
# Tell us how you think we can improve Sandpack The process of compressing all files into a string (handled by `lz-string`) might be very expensive to the main thread,...
Open in CodeSandbox Web Editor | VS Code ## What kind of change does this pull request introduce? Add a hook to load codesandbox data, mainly used for testing...
I think some bundlers (and node) need the esm files to have the `.mjs` extension (or type="module" in package.json). Otherwise, they treat the esm file as commonjs. I'm currently having...
# Tell us how you think we can improve Sandpack Standardize and normalize the files paths provide by: - Templates; - Files props; - External sandboxes (future feature #347); -...
# Bug report  More context: https://web.dev/samesite-cookies-explained/?utm_source=devtools ```js // ga gtag('config', 'GA_MEASUREMENT_ID', { cookie_flags: 'SameSite=None;Secure' }); ```