kennethjiang / js-file-download

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Step by Step guide to migrate from react-file-download@0.3.5 to js-file-download

saostad opened this issue · comments

today after
npm i
I got this message:

npm WARN deprecated react-file-download@0.3.5: WARNING: This project has been renamed to js-file-download. Use js-file-download instead.

but in change-log or documents I couldn't find any migration guide.
can anybody provide a step by step guide please?

Have you tried renaming import path from 'react-file-download' to 'js-file-download'?

thanks, it works.

Awesome. Thx @RickMeijer for helping me respond!