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
https://codesandbox.io/p/sandbox/y6448d?file=%2Findex.html%3A1%2C1
WebComponent does not load on Safari Version 16.3 or earlier because CSSStyleSheet() is not supported. The error message:
TypeError: Illegal constructor CSSStyleSheet
Swiper loads.
Swiper breaks and there is a blank screen.
10.0.3
macOS Safari 16.3
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
e53fc07
No branches or pull requests
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/y6448d?file=%2Findex.html%3A1%2C1
Bug description
WebComponent does not load on Safari Version 16.3 or earlier because CSSStyleSheet() is not supported. The error message:
TypeError: Illegal constructor CSSStyleSheet
Expected Behavior
Swiper loads.
Actual Behavior
Swiper breaks and there is a blank screen.
Swiper version
10.0.3
Platform/Target and Browser Versions
macOS Safari 16.3
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: