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

Bug? updateEvents is not working properly #124

Open
mserralta opened this issue Dec 29, 2022 · 1 comment
Open

Bug? updateEvents is not working properly #124

mserralta opened this issue Dec 29, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@mserralta
Copy link
Contributor

I noticed some strange behaviour which I cannot find the origin.

It seems that these two methods are not working equally:

events.forEach((_event) => {
    this.$kalendar.addNewEvent(_event);
});

this.$kalendar.updateEvents(events);

@altinselimi
Copy link
Owner

hmm, interesting, can you add a codesandbox reproduction link, that would be easiest to debug/collab

@altinselimi altinselimi added the bug Something isn't working label Jan 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants