Open Donk3ys opened 2 years ago
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.