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

Remove special case. It seems to just break SSR. #299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Monadic-Cat
Copy link

I'm not 100% sure this is consistent with every way this might be used, but I ran into basically the same bug as #244, except I'm not using vite-plugin-ssr.

Note that I am on Svelte 4. (4.2.17)

@Monadic-Cat
Copy link
Author

One of the things that lead me to this was that

  <Route component={Home} path="/" />

broke, but

<Route path="/"><Home /></Route>

didn't.

With this change, both appear to work identically. (Which means they work with both client rendering and SSR.)

@krishnaTORQUE
Copy link
Collaborator

Thanks for the PR.
This will be a breaking change for large amount of people who are using this library.
I need to test & wait for the next breaking release which will be after svelte v5 release.

@Monadic-Cat
Copy link
Author

Fair enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants