Closed alexborton closed 2 months ago
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.
Bumping this up to be looked at
Bug
We have a setup that is using
BottomSheet
whereBottomSheetModal
is better suited. However, the Portal setup does not work withBottomSheetModal
- it does however work correctly withBottomSheet
.Quick example of setup;
Using BottomSheetModal means we don't have to have the snap points, otherwise they seem to be required and the bottom sheet isn't properly dismissible.
With this example, if we switch out BottomSheet for BottomSheetModal, the Portal does not have the desired effect.
Environment info
Steps To Reproduce
1. 2.
Describe what you expected to happen:
1. 2.
Reproducible sample code