Local dev environment - Use unminified version of react #11126
Labels
Needs Technical Feedback
Needs testing from a developer perspective.
Needs Testing
Needs further testing to be confirmed.
[Type] Build Tooling
Issues or PRs related to build tooling
Is your feature request related to a problem? Please describe.
When running the local development environment via
./bin/setup-local-env.sh
wordpress uses the minified version of react so errors display the following"Error: Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings."
Describe the solution you'd like
When using the local dev environment it should use the unminified version of React
The text was updated successfully, but these errors were encountered: