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 Element component #360

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Fix React Element component #360

merged 1 commit into from
Sep 6, 2024

Conversation

willeastcott
Copy link
Contributor

The Element class used to have a different constructor signature compared to all other components. For a long time now, all components now take an options object. So the React wrapper for Element does not need to special case this.

@willeastcott willeastcott added the bug Something isn't working label Sep 6, 2024
@willeastcott willeastcott self-assigned this Sep 6, 2024
@willeastcott willeastcott merged commit cf92e84 into main Sep 6, 2024
6 checks passed
@willeastcott willeastcott deleted the fix-react-element branch September 6, 2024 12:24
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

Successfully merging this pull request may close these issues.

2 participants