Fabian Hiller
Fabian Hiller
You can try to wrap your code in `if (isServer) {...}`. This way the Qwik optimizer should be able to remove it from the client bundle. I will try investigate...
You can try to filter and remove letters in `toPhoneNumber` with `value.replace(/[a-z]/gi, '')` or `value.replace(/\D/g, '')`. But it seems like that's already in your code.
Thank you for creating this issue, please provide more details as well as sample code or a StackBlitz link.
Looks like a signal bug or problem in Qwik or do you thing it is related to our source code?
In encountering myself some wired signal behavior in Qwik. I hope this gets better with v2. I am in exchange with the Qwik team. If you provide me with a...
Thank you for the hint! I will update the guide.
Will update the guide and check the code next week. Its on my list.
I need to look into this. Some people have reported runtime errors with the new Qwik version.
I think I have fixed everything. I will release a new version soon.
v0.23.0 is available