webpack
: TypeError: Cannot read properties of undefined (reading 'toString')
#508
Labels
bug
Something isn't working
What's happening
I transferred my code to a new fresh cra-repo with craco 7.1.
After issuing
yarn start
, I get below error, which seems to appear in thewebpack
module (not in my code).With previous craco 6 and react-scripts 4 versions, everything works without issues.
Any idea how I can debug this further?
The text was updated successfully, but these errors were encountered: