You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @dzcpy ,
Thank you for contacting us! We are working on React@18 support. Actually, we have successfully upgraded all our packages, but the packages we use in many of our examples do not yet support React@18. I guess @18 support of the entire React ecosystem will take some time. Thank you for your understanding and patience
Describe the bug
In
_app.tsx
there is a TypeScript error:Property 'children' does not exist on type 'IntrinsicAttributes & RefineProps'
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should allow children in TypeScript definition.
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
TypeScript 4.7.2
React 18.1.0
The text was updated successfully, but these errors were encountered: