You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did a bit of testing and it seams the carousel package triggers the ScrollUpdateNotification.
if I add a check for scrollUpdateNotification.dragDetails?.delta != null before performPagination() the error seems to be fixed... its a bit of a hacky solution unfortunately but does the job for now.
Describe the bug
When sliding through a carousel from the carousel_slider package the loadMore function gets called from paginable.
Not sure how the two are conflicting or if there is a work around.
To Reproduce
Run code above and read console output
Additional context
Not sure if this even affects your package but just though id let you know in case you have an easy workaround.
The text was updated successfully, but these errors were encountered: