samdenty/console-feed

add support react 18

meded90 opened this issue · 2 comments

add support react 18

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"
  },

It would be convenient if added to the component
https://stackoverflow.com/a/30454133