react-flip-toolkit icon indicating copy to clipboard operation
react-flip-toolkit copied to clipboard

Cannot find any packaged version beyond v6.6.5 for use in a script tag

Open tkriplean opened this issue 3 years ago • 1 comments

Thanks for this project!

I'm trying to find a packaged version of react-flip-toolkit / flip-toolkit that I can include in my web app via a script tag.

It appears that sometime around v6.6.5, the UMD builds stopped being compiled & packaged. Here's the last place I can find it: https://unpkg.com/browse/[email protected]/ (after following the guidance in #9). I haven't been able to find any script-ready builds for the v7 series.

I may very well be missing something completely obvious, but I've been looking for hours and feel like I'm at a deadend. Do I need to compile one myself? Any guidance would be greatly appreciated.

Thanks again!

tkriplean avatar Jul 29 '22 13:07 tkriplean

For anyone else for whom this issue affects, the v6.6.5 files are working for me in a React 18 application.

tkriplean avatar Jul 30 '22 13:07 tkriplean

Hi @tkriplean, sorry for the delay in response. I just published v7.0.16, which fixes a bundler misconfiguration that broke UMD builds (working demo here).. Hopefully that should resolve the problem and thanks for raising this issue!

aholachek avatar Sep 04 '22 02:09 aholachek

Thank you @aholachek!

tkriplean avatar Sep 05 '22 23:09 tkriplean