Skip to content

findNodeHandle is not supported on web. #1858

@bitliner

Description

@bitliner

🐛 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions