We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7319cf7 commit 955d84eCopy full SHA for 955d84e
exercises/09.errors/01.problem.composition/index.tsx
@@ -98,6 +98,7 @@ function App() {
98
99
// 🐨 create an ErrorFallback component here that accepts FallbackProps
100
// and renders the error.message
101
+// The error message should be displayed in the format: "There was an error: [error message]"
102
// 💯 you can make it look nice if you want
103
// 📜 https://github.com/bvaughn/react-error-boundary#errorboundary-with-fallbackcomponent-prop
104
0 commit comments