add export error handling (#2243)
This commit is contained in:
@ -111,7 +111,7 @@ export const ShapesSwitcher = ({
|
||||
isLibraryOpen,
|
||||
}: {
|
||||
elementType: ExcalidrawElement["type"];
|
||||
setAppState: (appState: Partial<AppState>) => void;
|
||||
setAppState: React.Component<any, AppState>["setState"];
|
||||
isLibraryOpen: boolean;
|
||||
}) => (
|
||||
<>
|
||||
|
Reference in New Issue
Block a user