We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A user has reported type errors when rendering children in render functions or overrides (tested in iframe override) in the latest build.
children
iframe
Upgrade to latest and return children from a render function or iframe override. Suspect this may be due to a React 19 type mismatch.
TypeScript throws this error:
Type '{ children: ReactNode; }' is not assignable to type '{ children?: ReactNode; }'
No error to be thrown
The text was updated successfully, but these errors were encountered:
Struggling to reproduce. Requested repo or sandbox via Discord.
Sorry, something went wrong.
User resolved by clearing node modules / package-lock. Will likely close soon unless there are any further reports.
No branches or pull requests
A user has reported type errors when rendering
children
in render functions or overrides (tested iniframe
override) in the latest build.Steps to reproduce
Upgrade to latest and return
children
from a render function or iframe override. Suspect this may be due to a React 19 type mismatch.What happens
TypeScript throws this error:
What I expected to happen
No error to be thrown
Screenshots
The text was updated successfully, but these errors were encountered: