You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the use of an optional chaining operator in V11.2.0 Swiper is no longer compatible with any JavaScript version prior to ES2020.
Suggested solution
Swiper should remain compatible with JavaScript versions prior to ES2020 due to the number of projects that are unable to be updated to later versions.
Alternative
Currently, the only option for a project using an earlier JavaScript version is to install V11.1.15
Clear and concise description of the problem
Due to the use of an optional chaining operator in V11.2.0 Swiper is no longer compatible with any JavaScript version prior to ES2020.
Suggested solution
Swiper should remain compatible with JavaScript versions prior to ES2020 due to the number of projects that are unable to be updated to later versions.
Alternative
Currently, the only option for a project using an earlier JavaScript version is to install V11.1.15
Additional context
No response
Validations
Would you like to open a PR for this feature?
The text was updated successfully, but these errors were encountered: