nathancahill / split

Unopinionated utilities for resizeable split views
https://split.js.org/
MIT License
6.15k stars 450 forks source link

2.0.12 Typescript Error Missing Props #689

Closed ifen closed 2 years ago

ifen commented 3 years ago

Seems like className prop has been removed and has broken our entire project. Is there an alternative prop to pass a class name?

nathancahill commented 3 years ago

Related to publishing TS types with the library. Fix will be published shortly. Sorry about the breakage.

nathancahill commented 3 years ago

Published the fix in react-split @ 2.0.13. Can you try with the new build please?

ifen commented 3 years ago

Hi @nathancahill - confirmed all is okay now! Thank you very much for the incredibly fast reply and resolution :) PS we love your package keep up the great work.