hooks.macro icon indicating copy to clipboard operation
hooks.macro copied to clipboard

Support React 17?

Open vitexikora opened this issue 2 years ago • 2 comments

Peer dependencies mention only React 16.8. This makes it impossible to install in Node 16+ without legacy-peer-deps flag.. 😢

vitexikora avatar Mar 15 '22 14:03 vitexikora

The react version in devDependencies should be changed to >=16.8.0 <=18.*.*. React supports the hooks this macro uses in all those versions.

@yuchi

adrianhelvik avatar Sep 14 '22 07:09 adrianhelvik

Fixed in PR #29

adrianhelvik avatar Sep 14 '22 08:09 adrianhelvik

Can you please merge it @yuchi ?

vitexikora avatar Oct 03 '23 08:10 vitexikora

Should have been fixed in v1.2.0. Sorry for the delay and for not having merged your PR. PS: In future contributions do NOT upgrade the version please

yuchi avatar Nov 08 '23 09:11 yuchi

Thanks! Finally can get rid off legacy-peer-deps...

vitexikora avatar Nov 08 '23 21:11 vitexikora