We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b82194 commit d910d21Copy full SHA for d910d21
1 file changed
src/components/GoogleMap/GoogleMapApiLoader.tsx
@@ -5,7 +5,7 @@ import { ApiLoadConfig } from '../../types';
5
import { appendLibImportScript } from '../../utils/appendScript';
6
7
export interface GoogleMapApiLoaderProps extends PropsWithChildren<ApiLoadConfig> {
8
- suspense?: unknown;
+ suspense?: boolean;
9
onSuccess?: (core: google.maps.CoreLibrary) => void;
10
onFailure?: (reason: unknown) => void;
11
}
0 commit comments