Skip to content

Add support for React 18 #109

@jeff-kilbride

Description

@jeff-kilbride

Installation is failing with React 18 due to peer dependencies in package.json:

  "peerDependencies": {
    "react": "^16.8.3 || ^17.0.0",
    "react-table": "^7.0.5"
  },
$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR!   react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.8.3 || ^17.0.0" from [email protected]
npm ERR! node_modules/react-table-plugins
npm ERR!   react-table-plugins@"^1.3.2" from the root project
npm ERR!

Installation works and there are no issues using npm install --force, but it's a kludge. Let me know if you'd like a pull request for this.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions