The new version does not support nextjs
env:
"next": "15.3.3",
"react": "^19.1.0",
"react-dev-inspector": "^2.1.0-beta.10",
"react-dom": "^19.1.0",
message:
The export use was not found in module [project]/node_modules/solid-js/web/dist/server.js [app-ssr] (ecmascript) .
Did you mean to import Suspense?
All exports of the module are statically known (It doesn't have dynamic exports). So it's known statically that the requested export doesn't exist.

The new version does not support nextjs
env:
message:
The export use was not found in module [project]/node_modules/solid-js/web/dist/server.js [app-ssr] (ecmascript) .
Did you mean to import Suspense?
All exports of the module are statically known (It doesn't have dynamic exports). So it's known statically that the requested export doesn't exist.