-
-
Notifications
You must be signed in to change notification settings - Fork 443
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Checks
- Not a duplicate.
- Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
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
- Import Intersection extension
- use as stated in docs (e.g. via
new Splide( '#splide' ).mount( { Intersection } );) - start the project
- check terminal for the error
Expected Behaviour
The type error is not shown.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
