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
I found in Bloc the concept of States. A BlElement has a #states method and this is used by a lot of subclasses of BlElementStateEventHandler.
But if we check BlElement>>#states we see that it returns nil. So my question is: Is this feature still supported? Is it broken but we plan to bring it back? Should we remove the states?
The text was updated successfully, but these errors were encountered:
jecisc
added a commit
to jecisc/Bloc
that referenced
this issue
Jan 26, 2024
I found in Bloc the concept of States. A BlElement has a #states method and this is used by a lot of subclasses of BlElementStateEventHandler.
But if we check BlElement>>#states we see that it returns nil. So my question is: Is this feature still supported? Is it broken but we plan to bring it back? Should we remove the states?
The text was updated successfully, but these errors were encountered: