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
Please visit the link above and see the SSR error is happening.
If you remove the condition and just place sololy the tagged function, the error would not occur.
Sometimes the reproduction doesn't see by error, so I paste the code here.
The line <div>{counter.value > 0 ? thello : tworld}</div> causes the SSR error.
Which component is affected?
Qwik Runtime
Describe the bug
May be relating to #6946
It causes SSR error if there is a tagged function in the JSX that is depending on a condition of the signal value like this:
Where the
counter
is a signal number and thet
is the tagged function.Reproduction
https://qwikdev-build-v2.qwik-8nx.pages.dev/playground/#f=7VZNa8MwDP0rIvSQ0m7kti3QjG2wX7BbKXiwwGCDjHhjFOP%2F3mfJttyPQw89tNBbiCRLepafXjE0D%2Fd3h4ZmnlfunGQJyx%2F9ZKZL91Dt3lsFLAQEuL4OQ4CBWbwf27jUZVN0GZyoC5iSFzl97cKQKXS2fevBSXCS%2B7JP4%2Fi%2BzoekY776NQ6xy2YVgklXfu14f%2FsiIsXIllnIgo%2FzH2u%2Bxbv%2F66fRnWtcIsUK3mbi8OXphiaOvb1hNy%2FesW4NCfV4DJXC8wxWPBU8yNCK6CoaPMPmj%2BGdojCwuvTM2NQN9yz2ULTMWEKwMFoxAuEtY2I0eRkvojZ%2FVDdLL6lz6qihR%2Fo1n%2BFJGmrx%2BT%2BM3x%2FGZ%2B2cArMFAltNIp5VM7oD%2BM5mvmNz1trFsbauOHk13U8JG%2BeETZPitTM9X9n58th5Aw
Steps to reproduce
Please visit the link above and see the SSR error is happening.
If you remove the condition and just place sololy the tagged function, the error would not occur.
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: