Closed Skeyne closed 7 months ago
Hi! Thank you for filing this bug. I'll try to look into it in the coming days
@Skeyne hey sorry for the veryyy late reply. I took a long break from this project and I've resumed its development only in the past few weeks.
Using the code you provided I wasn't able to replicate the list being revealed in the wrong order. I've noticed however that you are using the use:reveal
directive both on the top-most div
, as well as on each list item. This causes the transition on the parent element to take precedence.
Do you have a proper reproduction environment for me to take a look?
Closing as stale
Describe the bug
List revealed in wrong order for the first rendered component of that type. Using sveltekit with SSG ('@sveltejs/adapter-static'). Tried wrapping app in if statement as per docs, pre-building RevealOptions and setting ssr=false but still can't find a fix. When hot reloading after a code change reveal order works correctly. Issue with initial component mount?
Reproduction
Code for component in question:
System Info
Severity
Serious, but I can work around it
Additional Information
Current workaround: create component of same type with 0 delay and making it invisible seems to work without affecting page layout