1.10.0
Minor Changes
- #3718
3aff16eThanks @turnipdabeets! - Add an optionaldefaultValueargument touseFeatureFlagEnabled. When supplied, the hook returns that value instead ofundefinedwhile flags are loading or when the flag is absent, and the return type narrows toboolean. Omitting the argument keeps the existingboolean | undefinedbehavior.
(2026-06-02)