I was about to start working on this app again. It worked perfectly about a month ago, however now I get the error: Cannot read property 'toString" of undefined
It doesn't pinpoint where the error is either.
I was about to start working on this app again. It worked perfectly about a month ago, however now I get the error: Cannot read property 'toString" of undefined
It doesn't pinpoint where the error is either.
It looks like you are using the create-react-app
environment.
Build your project off of the parcel
environment, installing the needed react dependencies, and it will work.
They talk about this issue here