You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When multiple non-conditionally rendered component$ instances are placed inside a
, each instance receives an identical q:key attribute in the rendered DOM. This duplication leads to various failures, such as buttons becoming unresponsive and hover effects not working.
Reproduction
Missing
Steps to reproduce
Create a
container.
Render several component$ instances as children of the
(without any conditional rendering).
Inspect the DOM to observe that all component$ instances have the same q:key attribute.
Interact with UI elements (e.g., click buttons or hover over elements) and notice that the interactions fail (this happens after the first interaction).
Which component is affected?
Qwik Runtime
Describe the bug
When multiple non-conditionally rendered component$ instances are placed inside a
Reproduction
Missing
Steps to reproduce
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: