nuxt / image

Plug-and-play image optimization for Nuxt applications.
https://image.nuxt.com
MIT License
1.34k stars 271 forks source link

Cannot create property '_img' on boolean 'true' #493

Open FalkoJoseph opened 2 years ago

FalkoJoseph commented 2 years ago
Schermafbeelding 2022-02-28 om 18 12 59

Hi guys,

When adding "@nuxt/image", to my buildModules I receive the following error:

Cannot create property '_img' on boolean 'true'

Here's the versions of the packages I'm using:

buildModules: [
    "@nuxtjs/eslint-module",
    "@nuxtjs/stylelint-module",
    "nuxt-windicss",
    "nuxt-font-loader",
    "@nuxt/image",
  ],

Any idea how I can fix this? When I remove this line from the buildModules the error disappears. 🤔

FalkoJoseph commented 2 years ago

For those with the same issue: I've switched to V-Lazy-Image as a temporarily solution.

pi0 commented 2 years ago

Can you please provide a reproduction? 🙏🏼

_img is being accessed from ssrState.nuxt and payload data. Both shouldn't be true it is strange...