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
But then there would be no need for useFacetRef do use a useFacetEffect, instead updating the ref could happen in the setter. This would help with performance, and make the type of the ref cleaner (since it can't be NO_VALUE in this case)
The text was updated successfully, but these errors were encountered:
Example:
This would be equivalent to doing
But then there would be no need for
useFacetRef
do use auseFacetEffect
, instead updating the ref could happen in the setter. This would help with performance, and make the type of the ref cleaner (since it can't beNO_VALUE
in this case)The text was updated successfully, but these errors were encountered: