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 - [x] sandpack-react ## Description of the problem [This code](https://github.com/codesandbox/sandpack/blob/main/sandpack-react/src/components/Console/utils/transformers.ts#L6-L11) uses `eval("this")`. AFAICT this is unnecessary, and we could instead...

## What kind of change does this pull request introduce? Adds github dark theme ## Checklist - [ ] Documentation; N/A - [ ] Storybook (if applicable); External theme story...

# Implementing offline capability ## Packages affected - [ ] sandpack-client - [x] sandpack-react So I am building a coding environment (with tutorials regarding basic web development using HTML/CSS/JS) and...

triage

# Bug report ## Packages affected - [ ] sandpack-client - [x] sandpack-react ## Description of the problem https://github.com/codesandbox/sandpack/blob/main/sandpack-react/rollup.config.js#L33 https://github.com/codesandbox/sandpack/blob/main/sandpack-react/rollup.config.js#L73