You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
There are types at '/Users/----/Code/demos/react-runner-demo/node_modules/react-runner/dist/index.d.ts', but this result could not be resolved when respecting package.json "exports". The 'react-runner' library may need to update its package.json or typings.
Repro steps
npm create vite cd directory && npm install npm install react-runner Update App.tsx to
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.
Repro steps
npm create vite
cd directory && npm install
npm install react-runner
Update App.tsx to
The text was updated successfully, but these errors were encountered: