-
Notifications
You must be signed in to change notification settings - Fork 973
Open
Description
🐛 Bug Report
I'm using the overflow menu on the web too.
To Reproduce
I'm using the following component:
<OverflowMenu anchor={renderMenuAction} visible={menuVisible} onBackdropPress={toggleMenu}>
<MenuItem accessoryLeft={LogoutIcon} title="Logout" onPress={handleLogout} />
<MenuItem accessoryLeft={DeleteIcon} title="Delete Account" onPress={handleDeleteAccount} />
</OverflowMenu>
When I click to open the menu, it raise findNodeHandle is not supported on web error
Expected behavior
No error
UI Kitten and Eva version
| Package | Version |
|---|---|
| @eva-design/eva | ^2.2.0 |
| @ui-kitten/components | ^^5.3.1 |
Metadata
Metadata
Assignees
Labels
No labels