This repo is a minimal SolidStart/Vinxi app pinned to the current stable line used in the report:
@solidjs/start@1.3.2vinxi@0.5.11vite@6.4.1solid-js@1.9.11
bun installbun run dev- Open the local URL in Chrome
- Click
Trigger client error - Watch the browser console and the dev overlay behavior
The dev overlay should render the runtime error and resolve stack frame source maps without any additional module errors.
In the affected browser/session, the runtime error is followed by a second browser-module failure from SolidStart's dev overlay:
get-source-map.js?... SyntaxError: The requested module '/node_modules/source-map-js/source-map.js?...' does not provide an export named 'SourceMapConsumer'
That import currently exists in @solidjs/start/dist/shared/dev-overlay/get-source-map.js.