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
This hook is internally used to disable animation during first render (so it has the same behaviour as native css transition). It might be useful for the application to use this hook as well.
Note:
This hook is important but only part of the full solution. Solution itself my differ depending on the use case so keep in mind you still need to implement the other part. For the reference you may take a look at Checkbox or Radio components implementation.
The text was updated successfully, but these errors were encountered:
This hook is internally used to disable animation during first render (so it has the same behaviour as native css transition). It might be useful for the application to use this hook as well.
Note:
This hook is important but only part of the full solution. Solution itself my differ depending on the use case so keep in mind you still need to implement the other part. For the reference you may take a look at
Checkbox
orRadio
components implementation.The text was updated successfully, but these errors were encountered: