CyriacBr / react-split-text

Wrap your letters, words and lines with custom React elements
https://cyriacbr.github.io/react-split-text/
MIT License
49 stars 18 forks source link

Typescript complains about missing children when using this lib with react 18 typings #23

Open jariz opened 9 months ago

jariz commented 9 months ago

When using this in react 18, It will start complaining about children not being part of it's props because children aren't implicitly included in the component props by itself anymore.