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
Anyone with the ViewBehavior should not be mutating state. While this is a simple rule to follow, funk should also have the ability to crush anyone who attempts to mutate state from a view. Its enforcement should probably be toggleable.
Anyone with the ViewBehavior should not be mutating
state. While this is a simple rule to follow, funk should also have the ability to crush anyone who attempts to mutate state from a view. Its enforcement should probably be toggleable.