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
For example, when defining a hook like useBoolean, it would be nice if we can specify something like stableResults: ['toggle', 'setTrue', 'setFalse', 'setValue'].
Discussed in #3501
Originally posted by ycmjason July 23, 2024
Thanks for the amazing work! Biome is definitely one of the best tools I've used! Great DX!
Regarding https://biomejs.dev/linter/rules/use-exhaustive-dependencies/#stable-results I suggest we also allow specifying keys that will be stable.
For example, when defining a hook like useBoolean, it would be nice if we can specify something like
stableResults: ['toggle', 'setTrue', 'setFalse', 'setValue'].