You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `mutable dbState` declaration was causing "mutable dbState is not
defined" errors in the browser. This was due to OJS/Quarto syntax issues
with the mutable keyword.
Simplified the approach:
- Removed mutable state tracking entirely
- initDatabases now returns { narrow, wide } on success or { error } on failure
- dbNarrow/dbWide derived from initDatabases with proper null checks
This follows the simpler pattern used in parquet_cesium.qmd.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>
0 commit comments