-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
<slot slot="…"> is broken #5475
Comments
You've got an error in your sample (as in discord). But you are right. The compiler hangs on Example: https://svelte.dev/repl/29959e70103f4868a6525c0734934936?version=3.29.0 |
Replacing |
Hi guys, I was reviewing this example in svelte's page https://svelte.dev/tutorial/named-slots and following this issue, I think the correct behaviour is throw an error, right? Many thanks! |
@damianpumar Nah, its a new feature #2079 |
Someone has already started to fix it? I can help to fix this issue |
I don't think anyone has started work on this @damianpumar . |
Cool, I will try to fix this, in case I need help I will let you know 👍 @TheComputerM |
Any updates? |
Good morning guys, Yesterday I talked with @tanhauhau he helped me to discover the problem behind this issue, I'm working on solve it as soon as possible. Many and special thanks to @tanhauhau for him time! Thanks! |
I think this should be implemented as a new feature, continued at #5535 |
Hello @TheComputerM I fixed this issue, I will push the changes in a few minutes |
This should be fixed in 3.29.3 - https://svelte.dev/repl/29959e70103f4868a6525c0734934936?version=3.29.3 |
Thank you very much @damianpumar ! |
Many thanks to all of you guys!, it was a pleasure. 👍 |
…errors - rolling back some test code which failed to fix the problem. problem maybe related to sveltejs/svelte#5475
* See issue 10 - github pages leads to 404 due to server configuration errors. * See issue 10 - github pages leads to 404 due to server configuration errors - rolling back some test code which failed to fix the problem. problem maybe related to sveltejs/svelte#5475
REPL: https://svelte.dev/repl/5acc582e28f04d06aff5f3b861e7537f?version=3.29.0
The component is not compiling.
The text was updated successfully, but these errors were encountered: