indico / indico/react-overridable
Support React 17
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 9
- Avg merge
- 8d 18h
- Merged PRs (30d)
- 4
Description
We're using React-SearchKit which depends on react-overridable, which needs React <= 16.
Our app runs okay on React 17 forcefully installing react-overridable with npm install --force. I also tried to upgrade react-overridable to require React 17 ("react": "^17.0.2") and run npm run test with positive results.
Is there something else I can check to be sure we can upgrade?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with package.json, especially the React dependency requirement, and review the existing npm test command. Reproduce the React 17 setup and verify whether the test suite still passes without forced installation. The work is done when React 17 is accepted by the dependency metadata and compatibility is confirmed by the tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100