upgrade packages

This commit is contained in:
seavor 2026-04-15 18:06:39 -05:00
parent c62c336a11
commit ae1bc3da38
30 changed files with 1138 additions and 1783 deletions

View file

@ -1,5 +1,5 @@
import * as React from 'react'
import ReactDOM from 'react-dom'
import { createPortal } from 'react-dom'
import Alert from '@mui/material/Alert';
import CheckCircleIcon from '@mui/icons-material/CheckCircle';
@ -46,7 +46,7 @@ function Toast(props) {
return null
}
return ReactDOM.createPortal(
return createPortal(
node,
rootElemRef.current
);