FormidableLabs / react-swipeable

React swipe event handler hook
https://commerce.nearform.com/open-source/react-swipeable
MIT License
2k stars 147 forks source link

Upgrade to Typescript 4 #220

Closed hartzis closed 3 years ago

hartzis commented 3 years ago

Look into upgrading to typescript 4.

cwise89 commented 3 years ago

@hartzis, I'm starting on this today. From my initial research on this, Typescript 4 docs describe this as a non-breaking change. I can't find any relevant information from microbundle in regards to explicit compatible versions of typescript. I'm going to just try and update to TS4 and test build. Any other concerns to be aware of? ~Cheers