imagekit-developer / imagekit-react

React SDK for using ImageKit.io
https://imagekit.io
MIT License
102 stars 28 forks source link

add support for react 18 #74

Closed KhoiUna closed 2 years ago

KhoiUna commented 2 years ago

I have successfully tested these:

"test": "jest",
"test:ci": "jest --coverage && codecov",
"test:cov": "jest --coverage"
imagekitio commented 2 years ago

Thanks, @KhoiUna. Could you please create an MR against the dev branch?

KhoiUna commented 2 years ago

Yes, I have changed the base branch to dev.

imagekitio commented 2 years ago

I created this one - https://github.com/imagekit-developer/imagekit-react/pull/75. Let me know if looks fine. I will release a new version.