Minerva v2.1.2 — fixes the React compile that broke the file browser.
Fixed
-
react-window/react-virtualized-auto-sizerversion mismatch.VirtualFileTree.tsxis written against the v1 APIs (FixedSizeList+itemCount/itemSizechildren render-prop; default-exportAutoSizer), butpackage.jsonhad been bumped to the v2 majors, which renamed those exports. A fresh build therefore failed with:export 'FixedSizeList' (imported as 'List') was not found in 'react-window'export 'default' (imported as 'AutoSizer') was not found in 'react-virtualized-auto-sizer'
Pinned
react-window@^1.8.11andreact-virtualized-auto-sizer@^1.0.24to match the code. Both run fine under React 19; no code change.
Upgrade
git pull
docker compose down
docker compose build --no-cache
docker compose up -d
docker compose logs -f minerva-dev # expect "Compiled successfully!"