-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firefox esr is not supported [Bug] #213
Comments
I just checked my updates after opening this issue. Turns out, 102.3.0esr is available now. 😄 🤦 Feel free to close this if you want, with the latest esr release it should not be too relevant anymore. |
This will be fixed once the migration to Vue3 is complete (#200) @octycs any ideas? |
Is |
I can also just guess ... maybe it has to do with the function declaration being in an |
Describe the bug
My os comes with the latest version of firefox esr (91.13.0esr) which was released in august: https://www.mozilla.org/en-US/firefox/91.13.0/releasenotes/ apparently the next esr release will be a 102.x upgrade but I suppose it might take a while to land.
With this version I get the error
ReferenceError: structuredClone is not defined
when opening navigatum. Presumably because the browser doesn't support some feature you use.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The page should be displayed as intended.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: