theme: remove nonce field from react type workaround to unbreak material-table
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
committed by
Philipp Hugenroth
parent
623ed7527b
commit
1268ec01d9
@@ -43,7 +43,6 @@ declare global {
|
||||
interface DOMAttributes<T> {
|
||||
onResize?: (event: Event) => void;
|
||||
onResizeCapture?: (event: Event) => void;
|
||||
nonce?: string | undefined;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user