Open hanbyul-dl opened 6 years ago
I have exactly the same error. Is there already a solution for this?
I encountered a similar undefined
issue (but not exactly) went away when I included 'jest-canvas-mock'
I was using the react testing library (NOT enzyme)
here:
But I encountered a different issue which is
Error while plotting: RangeError: Maximum call stack size exceeded
Hi! Thanks for all the good work.
I am trying to make the simple test that comes with create-react-app to work. (Which checks whole app renders without a crash)
I get an error like below.
I am using pretty much the default command that comes with
create-react-app
. (Test commandnode scripts/test.js --env=jsdom
,react-app-preset
) import Plotly from 'plotly.js/dist/basic';I am using Plotly like below.