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
We have to upgrade this package support React latest version v17.0.2.
As I have an error installing this dependencies using NPM. Fix the upstream dependency conflict
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"17.0.2" from the root project
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.7.0" from @ion-phaser/[email protected]
npm ERR! node_modules/@ion-phaser/react
npm ERR! @ion-phaser/react@"*" from the root project
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.```
The text was updated successfully, but these errors were encountered:
Another Error while try get component <IonPhaser ref={gameRef} game={game} initialize={initialize} />
ExceptionsManager.js:149 Invariant Violation: View config getter callback for component `ion-phaser` must be a function (received `undefined`). Make sure to start component names with a capital letter.
We have to upgrade this package support React latest version v17.0.2.
As I have an error installing this dependencies using NPM.
Fix the upstream dependency conflict
The text was updated successfully, but these errors were encountered: