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(react): fix incorrect React.Fragment for ContentNode type #1521

Merged
merged 5 commits into from
Jun 12, 2024

Conversation

scurker
Copy link
Member

@scurker scurker commented Jun 12, 2024

closes #1507

It appears this does appear to be safe to remove and should be a non-breaking change, as I can still set const type: ContentNode = <></> and types are happy.

@scurker scurker requested a review from a team June 12, 2024 18:43
@scurker scurker requested a review from a team as a code owner June 12, 2024 18:43
Copy link

This pull request is automatically being deployed by Amplify Hosting (learn more).

Access this pull request here: https://pr-1521.d15792l1n26ww3.amplifyapp.com

@scurker scurker marked this pull request as draft June 12, 2024 19:05
@scurker scurker marked this pull request as ready for review June 12, 2024 19:33
@scurker scurker merged commit 2f7e190 into develop Jun 12, 2024
8 checks passed
@scurker scurker deleted the fix-content-node-type branch June 12, 2024 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ReactFragment is deprecated
2 participants