react-runner
                                
                                 react-runner copied to clipboard
                                
                                    react-runner copied to clipboard
                            
                            
                            
                        Run your React code on the go
I'm not sure if this is a bug or I'm not following the correct pattern. I need to store the code that the user edited in the state. (In my...
This is a feature request for a `disabled` flag on `` like `react-live` has ([doc](https://formidable.com/open-source/react-live/api)). The goal is to allow someone to make the editor read-only: ``` const isEnabled =...
Hey, great lib ! Using the components, I'd like to have a callback to log the error so that it doesn't get completely swallowed. It would help to debug some...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.9.1 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.6 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 2.8.4 to 2.9.16. Changelog Sourced from vite's changelog. 2.9.16 (2023-05-26) fix: port #13348 to v2, fs.deny with leading double slash (#13350) (7d8100a), closes #13348 #13350 2.9.15 (2022-08-12)...
I can't seem to get this repro'd on codesandbox, seems to only be an issue with a local version of vite + react, haven't tried with CRA or Next yet....
Bumps [webpack](https://github.com/webpack/webpack) from 5.70.0 to 5.76.1. Release notes Sourced from webpack's releases. v5.76.1 Fixed Added assert/strict built-in to NodeTargetPlugin Revert Improve performance of hashRegExp lookup by @ryanwilsonperkin in webpack/webpack#16759 v5.76.0...
I've deployed `react-runner` into production in Vercel using Next.js, but for some reason I get this minified react error logged into the console and the code editor doesn't run properly...
The console throws errors when code that has a line with backticks is run. `console.log(`Logging in with ${provider}`);` I tried to escape special characters but that doesn't seem to work....