Skip to content
New issue

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

SSR is not supported in Solid #517

Closed
paularmstrong opened this issue Sep 30, 2024 · 3 comments · Fixed by #566
Closed

SSR is not supported in Solid #517

paularmstrong opened this issue Sep 30, 2024 · 3 comments · Fixed by #566
Assignees
Labels
help wanted Extra attention is needed

Comments

@paularmstrong
Copy link

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.

Expected behavior

The README for virta says that SSR is supported across the board.

Platform:

  • OS: n/a
  • Browser: n/a
  • Version of this package: 0.34.2
  • Version of framework:
    • 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.

@inokawa inokawa added the help wanted Extra attention is needed label Sep 30, 2024
@inokawa
Copy link
Owner

inokawa commented Sep 30, 2024

chakra-ui/ark#1363

@inokawa
Copy link
Owner

inokawa commented Sep 30, 2024

@inokawa
Copy link
Owner

inokawa commented Dec 2, 2024

Fixed in 0.38.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants