Closed as not planned
Description
Describe the bug
Using multiple slots with the same name is now an error. Previously in version 3.34.0 this would render the slots.
To Reproduce
The repl examples below are the same code, but with different svelte versions.
- Error in 3.35.0: https://svelte.dev/repl/f99436e1fcb44720a03dd6daef7c0843?version=3.35.0
- Works in 3.34.0: https://svelte.dev/repl/f99436e1fcb44720a03dd6daef7c0843?version=3.34.0
Expected behavior
With all the work recently on slots, I'm not sure if this would be a regression or intended behavior moving forward.