Skip to content

resolving peer dependency warnings for react 17 #158

Description

@nikitr

can we update the react dependencies in the package.json to remove these warnings?

warning " > react-resource-router@0.20.0" has incorrect peer dependency "react@^16.8.0".
warning " > react-resource-router@0.20.0" has incorrect peer dependency "react-dom@^16.8.0".

for context, our project is on react 17. would we be able to add

"peerDependencies": {
    "react": "^16.8 || ^17.0",
    "react-dom": "^16.8 || ^17.0",
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions