Fix type error
This commit is contained in:
parent
1a329966ba
commit
7038a76fc1
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ if (!window.isSecureContext) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fatalError !== null) {
|
if (fatalError !== null) {
|
||||||
ReactDOM.render(fatalError.message, document.getElementById("root"));
|
ReactDOM.render(<>fatalError.message</>, document.getElementById("root"));
|
||||||
throw fatalError; // Stop the app early
|
throw fatalError; // Stop the app early
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue