+
React Render Error
+
{this.state.error?.name}: {this.state.error?.message}
+
{this.state.error?.stack}
+
+
Try clearing browser cache and localStorage, then refresh.
+
+
+ );
+ }
+ return this.props.children;
+ }
+}
+
ReactDOM.createRoot(document.getElementById('root')!).render(