equinor / mad

Experimental monorepo for the Mobile Application Delivery team

Home Page:https://equinor.github.io/mad/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App crashes when using the Menu component on mobile device

Jonas-Omdal opened this issue · comments

Package / App

MAD Components

Version

0.12.5

What happened?

The app crashes when using the Menu component.

**Steps to reproduce: **

  1. Navigate to the Menu component.
  2. Press the menu button and select any values from the menu.
  3. Item is selected and you get a warning: measure cannot find view with tag #7793.
  4. Press the menu again.
  5. App crashes with following error:
    [1923, "RCTView", {"left":"<>", "top":263.5}] is not usable as a native method argument

Think this is caused by the useEffect in Menu.tsx.

Other info

No response

Relevant log output

No response

@Sandtory, think this have to do with the autocomplete fix you did a couple off days ago.
#379