Skip to content

Bug: ReactArt-test fails with new node version #18610

@eps1lon

Description

@eps1lon

Steps To Reproduce

  1. Use node 10
  2. git checkout master
  3. 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

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions