-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Closed
Labels
Description
Describe the bug
If we update state while transition, #if statement inside transition element doesn't work with slots properly
To Reproduce
- open REPL example
- Click once on TOGGLE button
- Slot elements inside element without transition works good. With transition - not
setTimeout
just emulates state change close to transition end.
Expected behavior
With and without transition slots should work good
Valexr