diff --git a/playground/src/main.tsx b/playground/src/main.tsx index 2a4ee7d4..f9ee0b8e 100644 --- a/playground/src/main.tsx +++ b/playground/src/main.tsx @@ -17,11 +17,25 @@ init() createRoot(document.getElementById("root")!).render( - Error encounted. Please try refreshing the page. - - } + fallback={() => { + return ( +
+
+
An internal error with Squawk has occured.
+
+ Please open an issue at{" "} + + github.com/sbdchd/squawk + + ! +
+
+
+ ) + }} >