You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When logging in another component the function always returns true as soon the sheet was opened once. Before the first opening it is undefined ( which is correct ) console.log('optionSheet', SheetManager.get('option-sheet').current?.isOpen?.());
The logs in my component even says opened and closed correctly when clicking on the backdrop.
The problem is only on iOS. Android works fine.
Version is: 0.9.7
The text was updated successfully, but these errors were encountered:
sheet:
When logging in another component the function always returns true as soon the sheet was opened once. Before the first opening it is undefined ( which is correct )
console.log('optionSheet', SheetManager.get('option-sheet').current?.isOpen?.());
The logs in my component even says opened and closed correctly when clicking on the backdrop.
The problem is only on iOS. Android works fine.
Version is: 0.9.7
The text was updated successfully, but these errors were encountered: