mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
f4d17ece16
Upstream V3.5.0 introduced a useRef<HTMLDivElement>() call with no initial value. TS6 (and the tsgo preview compiler) now require an explicit initial value for useRef typed against a DOM element. Pass null to match the React 19 RefObject<HTMLDivElement | null> shape.