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

React 18 compatibility #3424

Open
wants to merge 64 commits into
base: master
Choose a base branch
from
Open

React 18 compatibility #3424

wants to merge 64 commits into from

Conversation

bordoni
Copy link
Member

@bordoni bordoni commented Nov 22, 2024

No description provided.

lucatume and others added 16 commits November 26, 2024 14:48
The intent behind the original filtering seemed to be to remove the
tickets from the post/event when the Ticket item is removed. This is not
what is currently happening, so this code seems to not fulfill its
intent, and it's generating a fatal on the first click of the "Add a
Ticket" button in the Tickets (plural) block.
While the properties were marked as required, the element will render
and behave correctly when rendering in the context of a new post and a
new tickets block with those properties undefined. This change
normalizes the current state of things.
another instance where the component will render and behave just fine in
the context of a new post and a new Tickets block, this change
normalized the current behaviour removing a warning from the console
@lucatume lucatume requested a review from Camwyn December 3, 2024 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code review Status: requires a code review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants