Releases: neolution-ch/react-utils
Releases · neolution-ch/react-utils
Release 1.1.1
Fixed
- types resolutions.
Release 1.1.0
Fixed
useConstructorhook using state instead of ref for React 19 compatibility.
Added
useConstructorhook that executes a provided callback only once during the component's lifecycle, similar to a constructor.
Release 1.1.0-rc.0
Fixed
useConstructorhook using state instead of ref for React 19 compatibility.
Added
useConstructorhook that executes a provided callback only once during the component's lifecycle, similar to a constructor.