diff --git a/src/main.tsx b/src/main.tsx index b74c6cd..f8f3f0a 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -52,7 +52,7 @@ if (!window.isSecureContext) { } if (fatalError !== null) { - ReactDOM.render(fatalError.message, document.getElementById("root")); + ReactDOM.render(<>fatalError.message, document.getElementById("root")); throw fatalError; // Stop the app early }