nativescript-community / ui-persistent-bottomsheet

https://nativescript-community.github.io/ui-persistent-bottomsheet/
Apache License 2.0
12 stars 3 forks source link

a Page or a GestureRootView is needed to attach a gesture #6

Open kakha13 opened 2 years ago

kakha13 commented 2 years ago

Which platform(s) does your issue occur on?

Please, provide the following version numbers that your issue occurs with:

I am getting this error: a Page or a GestureRootView is needed to attach a gesture

Please, tell us how to recreate the issue in as much detail as possible.

After update from 0.0.19 to 0.0.20

My code

`<BottomSheet :stepIndex="stepIndex" @stepIndexChange="onIndexChanged($event)" :steps="steps" scrollViewId="scrollView"

`

<gridlayout ~bottomSheet class="rounded-t-3xl bg-white" rows="10, *">

farfromrefug commented 2 years ago

@kakha13 thanks for the report i ll fix it as soon as possible. in the meantime stick to an older version

farfromrefug commented 2 years ago

@kakha13 sadly i cant reproduce your issue. Can you create a simple vue reproducible example on github? Thanks

kakha13 commented 2 years ago

@kakha13 sadly i cant reproduce your issue. Can you create a simple vue reproducible example on github? Thanks

Here is my git rep https://github.com/kakha13/ui-persistent-bottomsheet-vue-example