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
An example of this would be an extension plugin for state that allows you to have new options under state when you bass it a boolean (ex. toggle)
// ...constvalue=state(false)// we should make a plugin that can extend state when it detects a boolean typevalue.toggle()// this is not a method on StateInstance, but we could extend it so it could be when we recognze a boolean
The text was updated successfully, but these errors were encountered:
An example of this would be an extension plugin for state that allows you to have new options under state when you bass it a boolean (ex. toggle)
The text was updated successfully, but these errors were encountered: