add support react 18
meded90 opened this issue · 2 comments
meded90 commented
add support react 18
achirita commented
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.
"peerDependencies": {
"react": "^15.x || ^16.x || ^17.x || ^18.x"
},
meded90 commented
It would be convenient if added to the component
https://stackoverflow.com/a/30454133