leptos-rs / start-actix

Starter template for use with the Leptos web framework.
The Unlicense
120 stars 30 forks source link

Counter does not work in Firefox #30

Closed TimothySamson closed 1 year ago

TimothySamson commented 1 year ago

Hello,

I noticed some strange behavior and wanted to see what is going on.

I follow the default installation, and after cargo leptos watch I open it in Firefox and the counter does not work:

Screenshot from 2023-07-20 19-16-49

There is an error: Uncaught (in promise) LinkError: import object field '__wbg_instanceof_ShadowRoot_b64337370f59fe2d' is not a Function

However, in Chromium the counter works

Screenshot from 2023-07-20 19-18-32

Does anyone have any idea what is happening? :)

TimothySamson commented 1 year ago

Huh. Nevermind. It worked now. I disabled Vimium