Skip to content

Commit 17269f1

Browse files
david-gomes5gorhom
authored andcommitted
fix: dismiss all action for modals (#1529)(by @david-gomes5)
1 parent 95f0cbc commit 17269f1

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
@@ -381,7 +381,7 @@ const BottomSheetModalComponent = forwardRef<
381381
handleOnUpdate={handlePortalRender}
382382
handleOnUnmount={handlePortalOnUnmount}
383383
>
384-
<ContainerComponent>
384+
<ContainerComponent key={key}>
385385
<BottomSheet
386386
{...bottomSheetProps}
387387
ref={bottomSheetRef}

0 commit comments

Comments
 (0)