react-splide icon indicating copy to clipboard operation
react-splide copied to clipboard

Overflow event is not supported

Open martinbavio opened this issue 3 years ago • 0 comments

Checks

  • [X] Not a duplicate.
  • [X] Not a question, feature request, or anything other than a bug report directly related to React Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions

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

  1. 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.

martinbavio avatar Oct 06 '22 17:10 martinbavio