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
It's idiomatic to type children props as [typeof(Fusion.Children)]: Fusion.Child, however this actually becomes [Fusion.SpecialKey]: Fusion.Child which allows for every special key.
It's idiomatic to type children props as
[typeof(Fusion.Children)]: Fusion.Child
, however this actually becomes[Fusion.SpecialKey]: Fusion.Child
which allows for every special key.Potential fix:
Or alternatively introduce generics to
SpecialKey
.The text was updated successfully, but these errors were encountered: