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 Optimizer (rust)
If you do <div onChange$={handler} {...props} /> then the optimizer converts it into basically <div {...props} onChange$={handler} />.
<div onChange$={handler} {...props} />
<div {...props} onChange$={handler} />
https://qwik.dev/playground/#f=Q040ZsbUTDTg5gFmykFUl9UamrZ2yHW0ekamumatQrWenh5Yc%2B1oKhsmqQwA
No response
v1 and v2
The text was updated successfully, but these errors were encountered:
What is your expected value?
Sorry, something went wrong.
No branches or pull requests
Which component is affected?
Qwik Optimizer (rust)
Describe the bug
If you do
<div onChange$={handler} {...props} />
then the optimizer converts it into basically<div {...props} onChange$={handler} />
.Reproduction
https://qwik.dev/playground/#f=Q040ZsbUTDTg5gFmykFUl9UamrZ2yHW0ekamumatQrWenh5Yc%2B1oKhsmqQwA
Steps to reproduce
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: