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
v4.0.17
Every time is use the Intersection extension, I get the following error in the terminal.
Property 'Intersection' of type 'IntersectionComponent | undefined' is not assignable to 'string' index type 'BaseComponent'.
Splide Version: 4.0.17 Intersection Extension Version: 0.2.0
No response
new Splide( '#splide' ).mount( { Intersection } );
The type error is not shown.
The text was updated successfully, but these errors were encountered:
Hi, thank you for your report. I've fixed the issue. Can you try the latest version (v4.1.2)?
Sorry, something went wrong.
Wow what a fast reaction 🔥 Thank you, it works now!
Yay!
No branches or pull requests
Checks
Version
v4.0.17
Description
Every time is use the Intersection extension, I get the following error in the terminal.
Property 'Intersection' of type 'IntersectionComponent | undefined' is not assignable to 'string' index type 'BaseComponent'.
Splide Version: 4.0.17
Intersection Extension Version: 0.2.0
Reproduction Link
No response
Steps to Reproduce
new Splide( '#splide' ).mount( { Intersection } );
)Expected Behaviour
The type error is not shown.
The text was updated successfully, but these errors were encountered: