Ian Hogers
Ian Hogers
Hi @jeffikus i'm having the same issue. Happens when you do a diagonal swipe on the FlexSlider slides. I think it's meant to prevent the vertical scrolling, but it fails....
@wojtekmaj Reopening, I'm experiencing the same issue, manually typing into the date picker when there's no date selected (--/--/----) and then clicking on the clear button doesn't clear the fields.
I've created a minimal reproducible example: https://github.com/SaintPepsi/typeorm-incorrect-table-name
I'm really sorry, I was in a rush to get to work when I posted this. It's only happening on Mobile for me, Android. The screenshots are from running it...
I just tried on iPad (Physical Device) and iPhone (Simulated) but it's not happening on those.
I Re-created the exact same scenario but in React, it's also not very quick but it's quicker than svelte: https://github.com/SaintPepsi/test-react-performance-issue 
> (please mention cross-links in the future to avoid duplicated work) Apologies, I've not done many issue reports > Can you provide a minimal reproduction and upload the full trace...
 If it's this I can't see the Event log / Call tree that deeply:  The HTML Parse happens quickly as expected:  But there's not actually anything happening...
I've added another button in the minimal repro for rendering "many" children (9) this also gives performance problems and it's only 1 deep: 
I've added buttons for rendering pngs: https://github.com/SaintPepsi/unplugin-icons-performance-issue-minimal-reproduction/commit/0e70a4e12dae79f37b40a2cea6461e62dcdfdf03 They don't have any performance issue besides the normal delay of loading the image. Are SVG's just really expensive to render?