add error boundary to the web app, when the project crashes, end user gets a message.
Details
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
web/error-boundary.react.js | ||
---|---|---|
30 ↗ | (On Diff #11747) | this is never used. Going to remove it. |
web/error-boundary.react.js | ||
---|---|---|
9–16 ↗ | (On Diff #11757) | Once again you're writing code without making types $ReadOnly. What is it going to take to get this right once-and-for-all, so you never submit code with this error again? |
update types
web/error-boundary.react.js | ||
---|---|---|
9–16 ↗ | (On Diff #11757) | Obviously, not an excuse. I should have caught this on my own. I did a copy/pasta of native/error-boundry.react.js and should have double checked. I'm going to fix this in native too. Sorry! |
web/error-boundary.react.js | ||
---|---|---|
9–16 ↗ | (On Diff #11757) |
I'm not really sure this is a constructive question/dialog to have in code review. If I knew I wouldn't have made the error in the first place. Happy to talk IRL. |
Followed up offline, @benschac has a code snippet he'll be using going forward which should hopefully help, and he's going to try to move a bit slower with stuff as a tradeoff to catch more things
Added reference to the snippets in notion: https://www.notion.so/commapp/VSCode-setup-1ec2d3fefb0c416e88adce8a8ebad21c if anyone else is interested in using them.