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
.plugins[0][0] must be a string, object, function
at assertPluginTarget (node_modules/babel-jest/node_modules/@babel/core/lib/config/validation/option-assertions.js:264:11)
at Array.forEach (<anonymous>)
at Array.forEach (<anonymous>)
When I remove ...emotionBabelPreset.plugins it works. I'm on the most recent Craco and CRA version. Does anybody has an idea what is going on here?
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I've the following
craco.config.js
:When I run my tests they fail with:
When I remove
...emotionBabelPreset.plugins
it works. I'm on the most recent Craco and CRA version. Does anybody has an idea what is going on here?The text was updated successfully, but these errors were encountered: