-
Notifications
You must be signed in to change notification settings - Fork 49.3k
Closed
Labels
Component: Build InfrastructureResolution: StaleAutomatically closed due to inactivityAutomatically closed due to inactivityStatus: New
Description
Steps 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 98d410f which got introduced in #18561. /cc @sebmarkbage
Metadata
Metadata
Assignees
Labels
Component: Build InfrastructureResolution: StaleAutomatically closed due to inactivityAutomatically closed due to inactivityStatus: New