From b1550f9c0296704df5f3fcf73b869f0f7cc55f73 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 22 Apr 2025 21:49:20 +0300 Subject: fix first sheet height change not registering (#8267) --- modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx') diff --git a/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx b/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx index f1a77cf33..8149561a3 100644 --- a/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx +++ b/modules/bottom-sheet/src/BottomSheetNativeComponent.web.tsx @@ -1,4 +1,4 @@ -import {BottomSheetViewProps} from './BottomSheet.types' +import {type BottomSheetViewProps} from './BottomSheet.types' export function BottomSheetNativeComponent(_: BottomSheetViewProps) { throw new Error('BottomSheetNativeComponent is not available on web') -- cgit 1.4.1