FormidableLabs / react-swipeable

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

import React so the TS-compiler doesn't insert a global scope #213

Closed JoviDeCroock closed 3 years ago

JoviDeCroock commented 3 years ago

Because we were referencing React but not importing it the compiler saw it as a global which adds it as a reference.