@rocket.chat/fuselage-hooks@0.40.0
·
22 commits
to main
since this release
Minor Changes
-
#1868
84d8d59Thanks @tassoevan! - feat(fuselage-hooks): DeprecateuseEffectEventin favor ofuseStableCallbackThe
useEffectEventhook has been renamed touseStableCallbackto better reflect its purpose and behavior. The new
name emphasizes that the hook provides a stable callback function that maintains a consistent identity across renders
while always having access to the latest values of props and state. It differs fromuseEffectEventfrom React 19,
which returns functions that can only be called from inside effects and other effect events.