lorenzodejong / next-sanity-image

Utility for using responsive images hosted on the Sanity.io CDN with the Next.js image component.
MIT License
148 stars 19 forks source link

React 18 support? #40

Closed crumb1e closed 2 years ago

crumb1e commented 2 years ago

Would be awesome to get this updated to React 18!

The package is currently on ^17.0.2 and preventing us from upgrading to next@12.2.0.

lorenzodejong commented 2 years ago

It seems like this library has no conflicts in the feature ranges ^17.0.0 || ^18.0.0. I've upgraded the library to support React 18 (including Next ^12.0.0). Releasing version 4.1.0 as we speak.