Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 500 Bytes

File metadata and controls

16 lines (9 loc) · 500 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Fixed

  • useConstructor hook using state instead of ref for React 19 compatibility.

Added

  • useConstructor hook that executes a provided callback only once during the component's lifecycle, similar to a constructor.