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
Today our react app (CRA) kept crashing with this error https://react.dev/errors/300 without a stack trace , only this link with the instructions to use the development mode to get extra information.
The problem is it crashed only in build mode , the cause was this package. I tried changing versions , changing my code but the error persisted in any components that imported this package.
I cleared node_modules , tried every version from 1.13 to 1.17.
I only ask if you can replicate it and see maybe what's causing it. Might also be some errore inside react-pdf since the error talks about returning before a useEffect
The text was updated successfully, but these errors were encountered:
Today our react app (CRA) kept crashing with this error https://react.dev/errors/300 without a stack trace , only this link with the instructions to use the development mode to get extra information.
The problem is it crashed only in build mode , the cause was this package. I tried changing versions , changing my code but the error persisted in any components that imported this package.
I cleared node_modules , tried every version from 1.13 to 1.17.
I only ask if you can replicate it and see maybe what's causing it. Might also be some errore inside react-pdf since the error talks about returning before a useEffect
The text was updated successfully, but these errors were encountered: