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
In a custom component “Link”, I am passing an “href” which is a function that returns a text, but in v2 of Qwik, it throws a warning, in v1 it works without warning.
It is a normal function (not wrapped by $), and does not return a promise.
Which component is affected?
Qwik Runtime
Describe the bug
In a custom component “Link”, I am passing an “href” which is a function that returns a text, but in v2 of Qwik, it throws a warning, in v1 it works without warning.
It is a normal function (not wrapped by $), and does not return a promise.
Reproduction
https://stackblitz.com/edit/github-6f6maw-7gwyfmh8?file=src%2Froutes%2Findex.tsx
Steps to reproduce
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: