-
-
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
Dynamic properties in transition "in" directive not working #6505
Comments
PrefaceI would like to contribute to Svelte because this project is really fun!👍 Now I'm trying to solve this issue. Explain About This IssueWhen in transition event occurred, bundle.js
According to this code, So my opinion is that remove How To Solve This IssueAnd for fix this issue, I need to change the compiler like this.
Before Fix (Line 755)
After Fix (Line 755)
Thank you for reading. |
sounds about right,
whether it was always there since beginning, or was it added later on with some reason
|
Thank you for the reply quickly and guide me!🙏
Sure! I will check that why the IF statement is there.
Sure! I will follow the contribution guide. Then I will create PR if there was nothing special. |
This should be working now in 3.40.3 - https://svelte.dev/repl/ca9e1328264c4f3395d72d786c9aa113?version=3.40.3 |
Describe the bug
When the params passed to "in" transition is changed dynamically, the value is not reflected.
The values passed to "out" work fine.
Reproduction
https://svelte.dev/repl/ca9e1328264c4f3395d72d786c9aa113?version=3.38.3
Logs
No response
System Info
Severity
annoyance
intro.bug.mov
The text was updated successfully, but these errors were encountered: