Skip to content
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

Docs: Allow https://nextjs.org/ to work when PerformanceObserver is undefined #65051

Open
danielhjacobs opened this issue Apr 25, 2024 · 0 comments
Labels
Documentation Related to Next.js' official documentation.

Comments

@danielhjacobs
Copy link

What is the improvement or update you wish to see?

Don't crash when PerformanceObserver is undefined.

Is there any context that might help us understand?

If you go into about:config on the latest version of Firefox and set dom.enable_performance_observer to false, https://nextjs.org/ crashes with the error message Application error: a client-side exception has occurred (see the browser console for more information). and the console log PerformanceObserver is not defined. This is #64211 recreated in a modern "evergreen" browser.

Does the docs page already exist? Please link to it.

https://nextjs.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Related to Next.js' official documentation.
Projects
None yet
Development

No branches or pull requests

1 participant