-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Possible 3.13.0 issue around fragments #3900
Comments
This is a return of the same issue as #2212, which I had fixed pre-3.0 but which apparently returned in the codegen refactor. |
🤞 Fingers crossed hopefully its a quickish fix |
I'm having a similar issue, but have a hard time reproducing in a stand-alone REPL. My component named Renaming it to something else like |
Yup, that's the same issue. I have a PR open to make a necessary fix to an upstream library, and will open one here once that's been released. |
Fixed in 3.14.1 - https://svelte.dev/repl/a8d760c0fe474b238a07d684be0c39fe?version=3.14.1 - Thanks! |
Describe the bug
Upon updating to 3.13.0 I'm now seeing the following error, which seems to be related to transitions and slots (possibly)
Logs
Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'intro.$$.fragment')
To Reproduce
https://svelte.dev/repl/a8d760c0fe474b238a07d684be0c39fe?version=3.13.0
Stacktraces
If you have a stack trace to include, we recommend putting inside a
<details>
block for the sake of the thread's readability:Stack trace
[Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'intro.$$.fragment')
intro (Anonymous Script 3 (line 1065))
transition_in (Anonymous Script 3 (line 285))
intro (Anonymous Script 3 (line 826))
transition_in (Anonymous Script 3 (line 285))
update (Anonymous Script 3 (line 890))
update (Anonymous Script 3 (line 248))
flush (Anonymous Script 3 (line 222))
promiseReactionJob
Information about your Svelte project:
Your browser and the version: Safari 13, Chrome 78, Firefox 70
Your operating system: macOS 10.15.1
Svelte version 3.13.0
Whether your project uses Webpack or Rollup: Rollup
Severity
Crashing the thread and requires downgrading to 3.12.1
The text was updated successfully, but these errors were encountered: