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
Splide starting from 4.1.0 has support for an overflow event (more info) but react-splide doesn't seem to have been updated to support it as one of its event props on the <Splide /> component.
Reproduction Link
No response
Steps to Reproduce
Try to use onOverflow as a prop of <Splide />
Expected Behaviour
There should not be a Typescrit error and the event should add the proper handler.
The text was updated successfully, but these errors were encountered:
Checks
Version
0.7.12
Description
Splide starting from 4.1.0 has support for an overflow event (more info) but
react-splide
doesn't seem to have been updated to support it as one of its event props on the<Splide />
component.Reproduction Link
No response
Steps to Reproduce
onOverflow
as a prop of<Splide />
Expected Behaviour
There should not be a Typescrit error and the event should add the proper handler.
The text was updated successfully, but these errors were encountered: