Skip to content

Commit 6fc2cd1

Browse files
authored
fix: dismiss all action for modals (#1529)(by @david-gomes5)
1 parent 08eec82 commit 6fc2cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/bottomSheetModal/BottomSheetModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ const BottomSheetModalComponent = forwardRef<
376376
handleOnUpdate={handlePortalRender}
377377
handleOnUnmount={handlePortalOnUnmount}
378378
>
379-
<ContainerComponent>
379+
<ContainerComponent key={key}>
380380
<BottomSheet
381381
{...bottomSheetProps}
382382
ref={bottomSheetRef}

0 commit comments

Comments
 (0)