Is it possible access data from BottomSheetModal present(data)
within a custom handle
#1525
Unanswered
Eli-Nathan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using the
present(data)
method from the bottom sheet modal we can pass data to it that is available if you use children as a function inside the BottomSheet.I'd like to access that data in a custom handle component but Don't know if it's possible.
I'd imagine not as it's specifically used for children of the bottom sheet.
It looks like it's available in the bottom sheet and in the footer but not in the handle 😞
Beta Was this translation helpful? Give feedback.
All reactions