We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Qwik Runtime
In Qwik V2 there is a bug in certain conditional renderings. Qwik duplicates the content of the conditional rendering.
https://qwikdev-build-v2.qwik-8nx.pages.dev/playground/#v=2.0.0-alpha.4&f=Q0o05pbm2BKNDqL21VGgtGECCQ1wrNsi1epKjkoKNQpKTmDSWclOA8gEuo%2B8lgxMAZJiUOCAWy1gq22VIBwlRNVdjexIGACp1QNmc2ABbqsAdKI1XK5Ws9YuGFwDKjjCG0Qwi6lhmRN2y5xoYpkzdsucEZbB0hA4SKG8amRDbMEBpGAPTMrAwgEYJgV2wFSmYKUArJNT04BVQ0otTn3AWIfqA3qPBH3OcH1AlxKnTxFVn6NCfhEoTLFoRm8O4y7fDC2RWvCklG8oGWi0dKNF6QYA
In this example it is clear, you can see how the paragraph “A or B” is duplicated, when the conditional rendering is changed.
This paragraph should only be displayed once if the value of “type” is “A” or “B”.
npmPackages: @qwik.dev/core: 2.0.0-alpha.4 @qwik.dev/router: 2.0.0-alpha.4 typescript: 5.7.2 undici: 7.0.0 vite: 6.0.1
No response
The text was updated successfully, but these errors were encountered:
Varixo
No branches or pull requests
Which component is affected?
Qwik Runtime
Describe the bug
In Qwik V2 there is a bug in certain conditional renderings. Qwik duplicates the content of the conditional rendering.
Reproduction
https://qwikdev-build-v2.qwik-8nx.pages.dev/playground/#v=2.0.0-alpha.4&f=Q0o05pbm2BKNDqL21VGgtGECCQ1wrNsi1epKjkoKNQpKTmDSWclOA8gEuo%2B8lgxMAZJiUOCAWy1gq22VIBwlRNVdjexIGACp1QNmc2ABbqsAdKI1XK5Ws9YuGFwDKjjCG0Qwi6lhmRN2y5xoYpkzdsucEZbB0hA4SKG8amRDbMEBpGAPTMrAwgEYJgV2wFSmYKUArJNT04BVQ0otTn3AWIfqA3qPBH3OcH1AlxKnTxFVn6NCfhEoTLFoRm8O4y7fDC2RWvCklG8oGWi0dKNF6QYA
Steps to reproduce
In this example it is clear, you can see how the paragraph “A or B” is duplicated, when the conditional rendering is changed.
This paragraph should only be displayed once if the value of “type” is “A” or “B”.
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: