-
Notifications
You must be signed in to change notification settings - Fork 270
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
some bugs in custom provider (default provider, shortcut, types) #161
Comments
Hi @reslear thanks for making issue. Please note that image module is WIP both API and Docs so anything can be expected. I will keep it open until fixing. |
@pi0 yes i know that this is WIP) this is my little help, if you can call it that) maybe next my step opening PRs, thanks) |
hi @pi0 i am testing new version 0.3, but import { ProviderGetImage } from "@nuxt/image"
export const getImage: ProviderGetImage = () => {} it seems |
hi @danielroe danielroe/siroc@ebc5a02 will solve this problem #161 (comment) ? |
Yes, this appears to be fixed in the latest version of |
Closing since all above are fixed 😄 And thanks for contribution @reslear |
"nuxt-edge": "2.15.0-26856070.8350560"
"@nuxt/image": "^0.2.1"
iam search bugs:
provider
and default custom provider not working (nuxt-img work)image/src/runtime/components/nuxt-img.vue
Lines 54 to 58 in d2a9cdd
image/src/runtime/components/nuxt-picture.vue
Lines 194 to 203 in d2a9cdd
./providers/custom
not shortcut~/providers/custom
getImage
-import type {} from "@nuxt/image"
missing in dist types this
image/src/types/image.d.ts
Line 19 in d2a9cdd
The text was updated successfully, but these errors were encountered: