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
@wmertens, I will do that. That seems to be the last choice. Yet it seems that Safari is very strict about HTML. For example we had a problem of href without rel and Safari was the only browser complaining about it and throwing errors. Is it possible for you to fill those script tags with simple dummy JS? Something like const dummy = 0; would suffice I guess.
Which component is affected?
Qwik Runtime
Describe the bug
My website constantly crashes in Safari Mobile. We used
eruda
and found out that we get these errors in the console:I checked the
view source
and realized that do have empty<script
tags. For example:I don't know if they are commented out or not.
Reproduction
https://blck.menutime.co/
Steps to reproduce
No response
System Info
Additional Information
No response
The text was updated successfully, but these errors were encountered: