Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nuxt Image is not compatible with RC9 #604

Closed
BenjaminOddou opened this issue Sep 3, 2022 · 4 comments
Closed

Nuxt Image is not compatible with RC9 #604

BenjaminOddou opened this issue Sep 3, 2022 · 4 comments

Comments

@BenjaminOddou
Copy link

It seems that "@nuxt/image-edge": "^1.0.0-27703737.6f2a430" and "nuxt": "^3.0.0-rc.9" produces an error. It was working fine on RC8

[Vue warn]: Component NuxtImg is missing template or render function.
ReferenceError: useNuxtApp is not defined
@pi0 pi0 transferred this issue from nuxt/framework Sep 3, 2022
@BenjaminOddou
Copy link
Author

After testing a bit, it seems this modules has the same problem as the one described in this issue. Version "@nuxt/image-edge": "^1.0.0-27657146.da85542" with rc-9 is throwing me the following :

 WARN  Module @nuxt/image is disabled due to incompatibility issues:                                                                                                              20:11:16
 - [nuxt] Nuxt version `^3.0.0` is required but currently using `3.0.0-rc.9`

@pi0
Copy link
Member

pi0 commented Sep 3, 2022

Can you please try latest edge version of image module? It was a regression of a recent big refactor (#571) which should be fixed by db0934c

@BenjaminOddou
Copy link
Author

Hello @pi0, I just tested your last version "@nuxt/image-edge": "^1.0.0-27703825.db0934c" and it fixed the issue. Thank you !

@massimans
Copy link

massimans commented Nov 7, 2022

Hi,
i got the same issue with nuxt-RC13 and nuxt image "@nuxt/image-edge": "^1.0.0-27769790.4b27db3" and "@nuxt/image-edge": "^1.0.0-27703825.db0934c" like you suggested
it may be some kind of regression

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants