We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
given following html page:
<!DOCTYPE html> <html lang="en"> <head> <script async src="https://ga.jspm.io/npm:[email protected]/dist/es-module-shims.js"></script> <script type="importmap"> { "imports": { "react": "https://esm.sh/[email protected]/?dev", "react-dom/client": "https://esm.sh/[email protected]/client/?dev" } } </script> </head> <body> <div id="root"></div> <script type="module"> window.serverData = {}; </script> <script type="module" src="/assets/app.js"></script> </body> </html>
shows this in safari Version 16.4 (18615.1.26.11.22)
a problem repeatedly occurred (reload page)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
given following html page:
shows this in safari Version 16.4 (18615.1.26.11.22)
The text was updated successfully, but these errors were encountered: