Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 817 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 817 Bytes

Project created with Create React App

For Highcharts, using react-highcharts

Testing is used with Enzyme

To replicate the bug, simply run yarn test

You should see something like the following:

FAIL  src/App.test.js
 ● renders without crashing

   TypeError: z.getSpanWidth is not a function

     at w (node_modules/highcharts/highcharts.js:67:132)
     at a.SVGRenderer.truncate (node_modules/highcharts/highcharts.js:67:182)
     at node_modules/highcharts/highcharts.js:72:252
     at Array.forEach (<anonymous>)
     at a.each (node_modules/highcharts/highcharts.js:28:379)
     at node_modules/highcharts/highcharts.js:70:327
     at Array.forEach (<anonymous>)