Closed meded90 closed 1 year ago
I'm using console-feed with React 18,2 and it seems to be working fine, you just have to use --legacy-peer-deps when installing the dependency.
--legacy-peer-deps
It might just be a case of adding 18.x to the react peer dependencies.
"peerDependencies": { "react": "^15.x || ^16.x || ^17.x || ^18.x" },
It would be convenient if added to the component https://stackoverflow.com/a/30454133
I'm using console-feed with React 18,2 and it seems to be working fine, you just have to use
--legacy-peer-deps
when installing the dependency.It might just be a case of adding 18.x to the react peer dependencies.