Skip to content

Commit d910d21

Browse files
committed
chore: change suspense type
1 parent 8b82194 commit d910d21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/GoogleMap/GoogleMapApiLoader.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { ApiLoadConfig } from '../../types';
55
import { appendLibImportScript } from '../../utils/appendScript';
66

77
export interface GoogleMapApiLoaderProps extends PropsWithChildren<ApiLoadConfig> {
8-
suspense?: unknown;
8+
suspense?: boolean;
99
onSuccess?: (core: google.maps.CoreLibrary) => void;
1010
onFailure?: (reason: unknown) => void;
1111
}

0 commit comments

Comments
 (0)