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
which produced an error message of: TypeError: Failed to execute 'startViewTransition' on 'Document': Overload resolution failed.
My mistake of course was that the second line should instead be:
document.startViewTransition(foo)
However it took me a while to figure this out as I found the error message to be a bit confusing. Could it be improved a little? Maybe add a "startViewTransition expects a function" or something?
Cheers.
The text was updated successfully, but these errors were encountered:
Thank you for the suggestion. Unfortunately this is outside of our control. I believe this error message would be from bindings or something similar. I'm going to close as not actionable (by us)
Hi, I had the following incorrect code:
which produced an error message of:
TypeError: Failed to execute 'startViewTransition' on 'Document': Overload resolution failed.
My mistake of course was that the second line should instead be:
However it took me a while to figure this out as I found the error message to be a bit confusing. Could it be improved a little? Maybe add a "startViewTransition expects a function" or something?
Cheers.
The text was updated successfully, but these errors were encountered: