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://swiperjs.com/demos/310-thumbs-gallery-loop/core
Warning in shown in google devtools issues : Event.path is deprecated and will be removed. Please use Event.composedPath() instead.
No response
8.3.2
Chrome : Version 103.0.5060.134
The text was updated successfully, but these errors were encountered:
https://chromestatus.com/feature/5726124632965120
It will be removed in version 109. Current version: 103.
Existing pages may use the following polyfill to keep functions:
if (!Event.prototype.path) { Object.defineProperty(Event.prototype, 'path', { get() { return this.composedPath(); } }); }
Sorry, something went wrong.
8df7edf
Event.path
No branches or pull requests
Check that this is really a bug
Reproduction link
https://swiperjs.com/demos/310-thumbs-gallery-loop/core
Bug description
Warning in shown in google devtools issues :
Event.path is deprecated and will be removed. Please use Event.composedPath() instead.
Expected Behavior
No response
Actual Behavior
No response
Swiper version
8.3.2
Platform/Target and Browser Versions
Chrome : Version 103.0.5060.134
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: