This repository was archived by the owner on Jun 27, 2024. It is now read-only.
This repository was archived by the owner on Jun 27, 2024. It is now read-only.
Vue warn: maximum recursive updates exceeded #91
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels