- Lazy-load WhiteboardView to prevent module-scope side effect
(registerBuiltinCommands) from crashing the entire JS module tree
- Fix Rules of Hooks violation in Editor: hooks after early return
caused React to crash when currentNote transitioned from null
- Fix async race condition in Editor content initialization where
noteContent arrived after renderToDOM had already run with empty content
- Add error handling to DailyView's getOrCreateDaily call
- Add inline fallback styles to index.html for pre-JS loading state
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>