[🐞] qwik rendering issue caused by chrome extension
Which component is affected?
Qwik Runtime
Describe the bug
I came a across an issue where the chrome extension Dashlane (a password manager) prepends inputs with an element to assist with autocompleting, which causes some rendering issues. While I understand a 3rd party extension modifying the page isn't Qwik's fault. I wanted to bring it to your attention because there could be other extensions (related or unrelated to Dashlane) that do something similar and break the users page.
Reproduction
https://stackblitz.com/github/tuurbo/qwik-render-bug?file=src%2Froutes%2Findex.tsx
Steps to reproduce
I split the demo into 2 parts.
First half is the bug caused by Dashlane if you want download and test the literal Dashlane extension. Second half mimics the extension inserting an element in the page.
Clicking the button in the demo will cause the text "(This will disappear)" to be removed.
System Info
stackblitz
Additional Information
No response