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

Recurring events are not displayed after calendar component is reinitialized via useState #7230

Closed
1 task done
ovelilla opened this issue Feb 28, 2023 · 4 comments
Closed
1 task done

Comments

@ovelilla
Copy link

Reduced Test Case

https://codesandbox.io/s/affectionate-mendeleev-hbrfoi

Do you understand that if a reduced test case is not provided, we will intentionally delay triaging of your ticket?

  • I understand

Which connector are you using (React/Angular/etc)?

React

Bug Description

I am using Fullcalendar in React and RRule for recurring events. The problem occurs in any view, but for this case, I will focus on the dayGridMonth view. The issue occurs with any type of repetition, but for this case, the repetition is set to every week. When I resize or drag the event while in the month it was originally created in, everything works fine. However, when I change to a different month and resize or drag the event, all events that were not visible in the original month disappear. I have attached an explanatory image.

2023-02-28 17-08-00

@arshaw arshaw added this to the upcoming-release milestone Mar 6, 2023
@acerix acerix changed the title Events disappear when resizing or dragging recurring events in Fullcalendar React using RRule in dayGridMonth view Recurring events are not displayed after calendar component is reinitialized via useState Mar 8, 2023
@jianhao2010303
Copy link

My problem should also be caused by this problem。#7232

@scriptify
Copy link

Related: #7235

@DaveDoqpal
Copy link

Hey Guys,
this happens in Angular as well.
Should I provide a minimal example
or is the underlying issue the same?

@arshaw
Copy link
Member

arshaw commented Mar 21, 2023

Fixed in v6.1.5

I converted the original buggy repro to stackblitz because codesandbox never works for me anymore:
https://stackblitz.com/edit/github-8qn74d-pjedon?file=package.json

Here's an updated WORKING repro that uses 6.1.5:
https://stackblitz.com/edit/github-8qn74d?file=package.json

@arshaw arshaw closed this as completed Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

6 participants