We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://reactjs.org/docs/error-boundaries.html
Probably at the top level of each route, and maybe around the nav?
Would be ideal if we could get rid of the catch for fetching items:
create-arcgis-app/src/routes/Items.js
Lines 50 to 56 in 53e2c4a
I also wonder what happens if there are JSAPI errors w/in an error boundary. Should test that and maybe explicitly add one around the map component.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://reactjs.org/docs/error-boundaries.html
Probably at the top level of each route, and maybe around the nav?
Would be ideal if we could get rid of the catch for fetching items:
create-arcgis-app/src/routes/Items.js
Lines 50 to 56 in 53e2c4a
I also wonder what happens if there are JSAPI errors w/in an error boundary. Should test that and maybe explicitly add one around the map component.
The text was updated successfully, but these errors were encountered: