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
But if I remove them, then the DerivedProperty creation fails with this error:
TS2345: Argument of type '[Property, EnumerationProperty, Property, IReadOnlyProperty, IReadOnlyProperty<...>]' is not assignable to parameter of type '[]'. Source has 5 element(s) but target allows only 0.
@jonathanolson, do you have any ideas about how to make this more flexible?
The text was updated successfully, but these errors were encountered:
None of these parameters are used:
https://github.com/phetsims/ratio-and-proportion/blob/def1127874b5e2b7fe470f065a78549480789506/js/discover/view/DiscoverScreenSummaryNode.ts#L90
But if I remove them, then the DerivedProperty creation fails with this error:
@jonathanolson, do you have any ideas about how to make this more flexible?
The text was updated successfully, but these errors were encountered: