gilbarbara / react-floater

Advanced tooltips for React
https://codesandbox.io/s/github/gilbarbara/react-floater/tree/main/demo
MIT License
220 stars 37 forks source link

[ts] Module '"react-floater"' has no default export. #44

Closed paigeflourin closed 5 years ago

paigeflourin commented 6 years ago

I get this error when i import it to my typescript project,

josejulio commented 5 years ago

I got the same issue but forgot to open this issue, a workaround is to use it directly as: const Floater = require('react-floater').default;

gilbarbara commented 5 years ago

Fixed in 5355f16f249f290fc8b77e80e716d44e59cc83c8