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(web-demo): add PropsWithChildren to Layout for React 18
In @types/react@18, FunctionComponent no longer implicitly
includes children in props. Explicitly type Layout with
React.PropsWithChildren to restore the previous behavior.
TICKET: VL-5111
0 commit comments