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
fix: children prop typing on Elements component (#283)
@types/react@v18 has some breaking changes where FunctionalCompoent (FC)
no longer automatically includes `children` prop typing. Including
`children` on components is now a manual opt-in.
0 commit comments