You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-19 15:06:20 +00:00
2504aea85f
After dispose() nulls out the internal _planeParser / _backgroundSprite refs, any further updatePreviewModel call crashed with 'this._planeParser is null'. React 19 StrictMode in dev double-mounts effects (setup, cleanup, setup again), which can briefly leave a consumer holding a stale reference to a disposed previewer between the two setup runs. Bail silently in that window instead of crashing the editor.