Bug: ReactArt-test fails with new node version
See original GitHub issueSteps To Reproduce
- Use node 10
- git checkout master
- yarn test ReactArt
The current behavior
The following tests fail with in <anonymous> (at **)
as the stack instead of the full component stack:
- ReactARTComponents › should warn if radius is missing on a Circle component
- ReactARTComponents › should warn if width/height is missing on a Rectangle component
- ReactARTComponents › should warn if outerRadius/startAngle/endAngle is missing on a Wedge component
The expected behavior
I’m not familiar with react-art
so it’s unclear whether node 12 needs to be used for local development (.nvmrc
should be updated) or whether react-art should work with node 10.
Context
Bisecting leads to 98d410f5005988644d01c9ec79b7181c3dd6c847 which got introduced in #18561. /cc @sebmarkbage
Issue Analytics
- State:
- Created 3 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’m seeing the same failures on my Mac, so I’d suggest re-opening this. Versions:
node -v
v16.5.0yarn -v
1.22.4LMK how I can help repro this and/or diagnose the root cause. It’s actually a somewhat annoying issue when working on PRs because tests never run green.
yarn test ReactART
now passes on node14.17.6
(current.nvmrc
), 12.22.10 (12 latest), 14.19.0 (14 latest), 16.14.0 (16 latest) and 17.6.0 (17 latest).