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
In my nextjs project I'd like to use the pagination plugin, however I get this error:
Uncaught Error: [Flicking-Pagination] Couldn't find element with the given selector: .flicking-pagination
Steps to check or reproduce
I have followed the plugin instruction as it is including the import "@egjs/flicking-plugins/dist/pagination.css";, but it does not work.
The text was updated successfully, but these errors were encountered:
bpetii
changed the title
ERROR in pagination plugins
ERROR in pagination plugin
Nov 9, 2024
When I connected this plugin, I got a similar error when the component did not have an element with the class .flicking-pagination. And although I did everything according to the documentation, my mistake was that I was hiding this element under certain conditions. I don't know if you have a similar situation, but just in case.
Description
In my nextjs project I'd like to use the pagination plugin, however I get this error:
Uncaught Error: [Flicking-Pagination] Couldn't find element with the given selector: .flicking-pagination
Steps to check or reproduce
I have followed the plugin instruction as it is including the
import "@egjs/flicking-plugins/dist/pagination.css";
, but it does not work.The text was updated successfully, but these errors were encountered: