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
My project was written in solid-start with solid-meta
In my Macbook everything is ok, but when I open it on iPad, it will trigger this error in dev mode.
iPad os version is 14.7.1.
when I remove the solid-meta, everything is ok.
The text was updated successfully, but these errors were encountered:
The Solid Meta has this line that use Object.hasOwn
Object.hasOwn
solid-meta/src/index.tsx
Line 50 in 8e174f9
According to https://caniuse.com/mdn-javascript_builtins_object_hasown, the function is not supported in Safari before version 15.4
So, to fix the issue temporarily, we can use a polyfill https://github.com/es-shims/Object.hasOwn
Sorry, something went wrong.
No branches or pull requests
My project was written in solid-start with solid-meta
In my Macbook everything is ok, but when I open it on iPad, it will trigger this error in dev mode.
iPad os version is 14.7.1.
when I remove the solid-meta, everything is ok.
The text was updated successfully, but these errors were encountered: