put error boundary around the group page
This commit is contained in:
parent
a64f091aed
commit
d7dc1fa417
4 changed files with 35 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { StrictMode } from 'react'
|
||||
import { createRoot } from 'react-dom/client'
|
||||
import './index.css'
|
||||
import App from './App.tsx'
|
||||
import App from './App'
|
||||
|
||||
// I don't consider providing a disabled button to a Tooltip an error.
|
||||
// console.error = (message) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue