Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: gridjs duplicate plugin error when updating config #1358

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

fpaz
Copy link
Contributor

@fpaz fpaz commented Jun 7, 2023

Resolves: #1291

Issue:

  • using gridjs-react. When mounting and unmounting the grid component the gridjs complains about duplicate plugins in the config.
    solution:
  • clear the config plugin list before adding new ones when updating the config.

@nflnsr
Copy link

nflnsr commented Sep 16, 2023

still not fixed yet :(

@safwansamsudeen
Copy link

Hey, as mentioned in the issue, this is happening to me with Svelte.

@afshinm afshinm added the bug fix Something isn't working label Mar 3, 2024
@afshinm afshinm merged commit 57e8f94 into grid-js:master Mar 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug fix Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Grid.js] [ERROR]: Duplicate plugin ID: pagination
4 participants