You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not seem to break only Jest but also breaks one of my older Electron app
Am I expected to update something in my app for this to work? Maybe the Babel version?
Edit: finally got it by locking react-resizable to 1.8 explictely, when using react-grid-layout. Some older app won't be happy with the Babel 7 update, so they need to use this version before they update Babel themselves.
Thanks for opening an issue!
Please select the type of issue you're reporting. For questions.
Problem Report
System Info
Node Version: 6.14.4
Browser: JSDOM
OS: X
Reproduction
Run a jest test on a component that imports
react-resizable
#######FIX############
the fix is:
add
react-resizable
to the projects' jest config'stransformIgnorePatterns
, like so:The text was updated successfully, but these errors were encountered: