sandpack icon indicating copy to clipboard operation
sandpack copied to clipboard

A component toolkit for creating live-running code editing experiences, using the power of CodeSandbox.

Results 194 sandpack issues
Sort by recently updated
recently updated
newest added

# 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. ##...

bug

  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...

feature:request
triage

# 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...

feature:request
triage

  Open in CodeSandbox Web Editor | VS Code ![Screenshot 2022-06-20 at 17 13 39](https://user-images.githubusercontent.com/4838076/174643013-d98945a3-7f37-4056-93dc-65b5acca1a06.png)

# 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,...

feature:request

  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...

bug
triage

# 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); -...

feature:request
triage

# Bug report ![image](https://user-images.githubusercontent.com/4838076/154934170-4a979f13-0a8b-476f-8c24-d17dff262702.png) More context: https://web.dev/samesite-cookies-explained/?utm_source=devtools ```js // ga gtag('config', 'GA_MEASUREMENT_ID', { cookie_flags: 'SameSite=None;Secure' }); ```

bug