Demian
Demian
A prerelease that is compatible with React v18 is available for testing on npm: `3.0.0-0`
Hi @drewjenkins, thanks your comment. Do you have an idea what needs to be changed inside the package to export it correctly?
Nevermind, sorry for the delay. There is now a new **pre**-version on npm with updated versions and hopefully the export issue is also solved. **Update using:** ``` npm i [email protected]...
Please update to the latest version and reopen a new issue if you experience troubles with the latest react version. ``` npm i [email protected] ``` Thanks for your participation and...
It's possible to query the screen size inside React and based on that pass different sized images to the component. For example see this [blog here](https://upmostly.com/tutorials/how-to-use-media-queries-in-react).
Probably this won't be needed anymore with Next.js **15** due to the new opt-in for caching, I hope. So closing this now. Please add a comment if the problem still...
@fvilers But a ISO time format is also valid without the seconds, and it's the way that browsers return the date in a valid ISO format, but the validation in...