upgrade to react 18

* new root rendering api
* components are now allowed to return undefine
* testing library changes for userEvent.type
This commit is contained in:
Scott Lamb
2023-01-11 22:25:56 -08:00
parent fbb5e6b266
commit 098b54c9f9
9 changed files with 606 additions and 163 deletions

View File

@@ -100,10 +100,10 @@ const StreamMultiSelector = ({ toplevel, selected, setSelected }: Props) => {
component="table"
sx={{
fontSize: "0.9rem",
"& td:first-child": {
"& td:first-of-type": {
paddingRight: "3px",
},
"& td:not(:first-child)": {
"& td:not(:first-of-type)": {
textAlign: "center",
},
"& .MuiCheckbox-root": {