[test] Multiple tests failing with React Canary
Open
Nobody has claimed this yet.
on hold
package: joy-ui
scope: all components
type: bug
- Dominant language
- JavaScript
- Stars
- 99.1k
- Forks
- 32.5k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 106
Description
Running tests with the canary version of React causes multiple of them to fail.
Reproduction steps:
- Update package.json to reference React Canary:
node ./scripts/useReactVersion next - Install the packages:
pnpm i - Run tests:
pnpm test:unit
Search keywords:
Contributor guide
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 and scripts/useReactVersion, then run node ./scripts/useReactVersion next, pnpm i, and pnpm test:unit to identify the failing tests under React Canary. Done means the affected unit tests pass with the Canary version, with the failures and expected behavior understood.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend, testing
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100