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 text was updated successfully, but these errors were encountered:
huntabyte
changed the title
next: Breaking - remove controlled<State> in favor of bind:state={get, set}
Remove controlled<State> in favor of bind:state={get, set}Jan 3, 2025
Describe the feature in detail (code, mocks, or screenshots encouraged)
With the introduction of Function Bindings, we no longer need the
controlled<State>
props. The user can accomplish the same with less.Here's how fully controlled works today:
Here's how it will work after the changes:
What type of pull request would this be?
None
Provide relevant links or additional information.
No response
The text was updated successfully, but these errors were encountered: