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
{{ message }}
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.
I am using version 2.0.0 and I get this warning which crashes the browser in a production build:
[Vue warn]: Maximum recursive updates exceeded in component <PerPageSelector>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.
If I use the template slot to force to not render the pagination part of the table, I don't get the warning.
Any help would be appreciated
The text was updated successfully, but these errors were encountered:
I am using version 2.0.0 and I get this warning which crashes the browser in a production build:
[Vue warn]: Maximum recursive updates exceeded in component <PerPageSelector>. This means you have a reactive effect that is mutating its own dependencies and thus recursively triggering itself. Possible sources include component template, render function, updated hook or watcher source function.
If I use the template slot to force to not render the pagination part of the table, I don't get the warning.
Any help would be appreciated
The text was updated successfully, but these errors were encountered: