react-image-video-lightbox icon indicating copy to clipboard operation
react-image-video-lightbox copied to clipboard

Can not use this for typescript project

Open KhangNT1105 opened this issue 3 years ago • 2 comments

When I import this to my react typescript project , it show error can not be found :(

KhangNT1105 avatar Mar 22 '21 13:03 KhangNT1105

@KhangNT1105 i had same problem, but its not ts problem, the reason is last version contain zero files in node_modules folder (0_0).

I download previous version (2.0.3) and all work fine. (add types any if you use ts)

memcpy1337 avatar Apr 07 '21 03:04 memcpy1337

Hi @KhangNT1105, something went wrong with the publishing of version 2.0.4. Like @memcpy1337 mentioned, please use version 2.0.3 or if you want you can try out the latest version - 3.0.0-rc2.1. It is backwards compatible with 2.0.x.

Ngineer101 avatar May 09 '21 13:05 Ngineer101