dohomi / tamagui-kitchen-sink

Home of tamagui-extras, a component library which extends Tamagui with additional features..

Home Page:https://tamagui-extras.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PopperArrow must be within Popper

HarunKilic opened this issue · comments

Using LmAutocomplete in Expo leads to this error:

Error: `PopperArrow` must be used within `Popper`

This error is located at:
    in PopperArrow2 (created by PopoverArrow)
    in PopoverArrow (created by LmPopover)
Using version: `0.12.13`

This might be some error when the LmAutocomplete changes to sheet? I currently suffer from the iOS XCode issue that locally my entire expo dev is not starting at all.. Will try to solve this asap

This happens as soon as the component is created

@HarunKilic can you check out 0.14.0? I reworked date and autocomplete components and also fixed a few other minor bugs with Expo. Hopefully now the app compiles correctly

Unfortunately same error

I've added minimal reproduction of the error: https://github.com/HarunKilic/tamagui-extras-repro

@HarunKilic can you see if the issue is solved with the new @tamagui-extras/form?

will close this for now feel free to re-open