You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using NextJS v10 with DatoCMS. Currently, I want to use this plugin to improve the bundle sizes but I realized that the lazy loading in the Image component from https://github.com/datocms/react-datocms not work.
The text was updated successfully, but these errors were encountered:
Where I was basically hiding the lazy loaded image using a .js-only tag (since it only works with JS enabled).
The issue lies with preact somehow thinking that javascript was disabled, when it was actually disabled and therefore evaluating this:
I'm using NextJS v10 with DatoCMS. Currently, I want to use this plugin to improve the bundle sizes but I realized that the lazy loading in the Image component from https://github.com/datocms/react-datocms not work.
The text was updated successfully, but these errors were encountered: