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
The PR #375, which should had fixed the issue #459, set the React version to 18 (at least for the @types package), but did not update the version in the peerDependencies object which causes the already mentioned ERESOLVE unable to resolve dependency tree error (both for react and react-dom packages)
What were you doing when the problem occurred?
Installing the @codesandbox/sandpack-react package
What steps can we take to reproduce the problem?
Create and empty npm package with React 18 as dependency and then try to install the @codesandbox/sandpack-react package
Your Environment
Software
Name/Version
Sandpack-client version
Sandpack-react version
1.2.2
Browser
Operating System
Linux
The text was updated successfully, but these errors were encountered:
Bug report
Packages affected
Description of the problem
The PR #375, which should had fixed the issue #459, set the React version to 18 (at least for the
@types
package), but did not update the version in thepeerDependencies
object which causes the already mentionedERESOLVE unable to resolve dependency tree
error (both forreact
andreact-dom
packages)What were you doing when the problem occurred?
Installing the
@codesandbox/sandpack-react
packageWhat steps can we take to reproduce the problem?
Create and empty npm package with React 18 as dependency and then try to install the
@codesandbox/sandpack-react
packageYour Environment
The text was updated successfully, but these errors were encountered: