htmr icon indicating copy to clipboard operation
htmr copied to clipboard

Support react 18

Open iamyuu opened this issue 2 years ago • 3 comments

iamyuu avatar Apr 01 '22 10:04 iamyuu

Did you find any breakage? Is there any repro case I can take a look? If not I'll probably close this issue

pveyes avatar Apr 02 '22 15:04 pveyes

it's working with react 18 🎉 (but need to update the peerDependencies)

iamyuu avatar Apr 04 '22 01:04 iamyuu

Did you find any breakage? Is there any repro case I can take a look? If not I'll probably close this issue

Hi @pveyes, we use HTMR in production NextJS project and works without problems with React 18. Can you please update peerDependencies version for React? Currently when we use latest npm v8.11.0 we get error when we install packages (npm ci). We must use npm -ci --legacy-peer-deps.

havran avatar Jun 07 '22 08:06 havran

published in v1.0.2

pveyes avatar Aug 11 '22 09:08 pveyes