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
The complication is just figuring out how to handle the inheritance of getters, and then how to memoize them more performantly since they take no arguments.
The text was updated successfully, but these errors were encountered:
Right now when using
State
you can do:But with
Node
s you have to do:It would be nice to change this so that we stay consistent IMO.
A list of candidates:
The complication is just figuring out how to handle the inheritance of getters, and then how to memoize them more performantly since they take no arguments.
The text was updated successfully, but these errors were encountered: