We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
Server side rendering crashes Solid Start server with the following syntax error:
SyntaxError: The requested module 'solid-js/web' does not provide an export named 'use'
To Reproduce
Add and render any of VList, WindowVirtualizer, etc in a solid-start application with server-side rendering enabled.
VList
WindowVirtualizer
Expected behavior
The README for virta says that SSR is supported across the board.
Platform:
solid-js@1.8.22
@solidjs/start@1.0.6
Additional context
I noticed there are SSR tests for other frameworks like React and Vue, but none for Solid in this repo.
The text was updated successfully, but these errors were encountered:
chakra-ui/ark#1363
Sorry, something went wrong.
Probably we need to publish .jsx in solid export condition like .svelte for Svelte. https://github.com/chakra-ui/ark/blob/02d0840723b746d5dbb0223b56625fb8352a33f3/packages/solid/package.json#L62 https://www.solidjs.com/guides/server#server-side-rendering
solid
Fixed in 0.38.2.
0.38.2
inokawa
Successfully merging a pull request may close this issue.
Describe the bug
Server side rendering crashes Solid Start server with the following syntax error:
To Reproduce
Add and render any of
VList
,WindowVirtualizer
, etc in a solid-start application with server-side rendering enabled.Expected behavior
The README for virta says that SSR is supported across the board.
Platform:
solid-js@1.8.22
@solidjs/start@1.0.6
Additional context
I noticed there are SSR tests for other frameworks like React and Vue, but none for Solid in this repo.
The text was updated successfully, but these errors were encountered: