Skip to content

v0.12.2

Choose a tag to compare

@github-actions github-actions released this 03 Apr 05:16
0824882
fix: replace top-level await in path.ts with lazy resolution

Top-level await is not supported by the Vite production build target
(chrome87/safari14). Make displayPath async and resolve lazily in
components via $effect + resolvedPaths state.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>