some bugs in custom provider (default provider, shortcut, types)
See original GitHub issue "nuxt-edge": "2.15.0-26856070.8350560"
"@nuxt/image": "^0.2.1"
iam search bugs:
- nuxt-picture
provider
and default custom provider not working (nuxt-img work) https://github.com/nuxt/image/blob/d2a9cdd153dc77d5245a58e0f49caebc4cd14662/src/runtime/components/nuxt-img.vue#L54-L58 don’t find in https://github.com/nuxt/image/blob/d2a9cdd153dc77d5245a58e0f49caebc4cd14662/src/runtime/components/nuxt-picture.vue#L194-L203 - work in nuxt-config path only dot start
./providers/custom
not shortcut~/providers/custom
- not importable types for custom provider
getImage
-import type {} from "@nuxt/image"
missing in dist types this https://github.com/nuxt/image/blob/d2a9cdd153dc77d5245a58e0f49caebc4cd14662/src/types/image.d.ts#L19
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Why can't I use context.read in build(), but I can use Provider ...
Personally I'm using the combination of provider and mobx, thus there will be never any reaction based on the provider watch mechanism ....
Read more >Configuration - Gerrit Code Review
By default, the list contains two values, http:// and https:// , allowing users to authenticate with any OpenID provider. auth.trustedOpenID. List of trusted ......
Read more >Microsoft Edge Browser Policy Documentation
Windows and Mac documentation for all policies supported by the Microsoft Edge Browser.
Read more >Auto-Type - KeePass Password Safe
On this page you can specify a default sequence and customize specific ... Auto-Type' (or alternatively press the Ctrl + V shortcut for...
Read more >Object storage - GitLab Docs
Also bandwidth charges may be incurred between the object storage provider and the client. ETag mismatch. Using the default GitLab settings, some object...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Closing since all above are fixed 😄 And thanks for contribution @reslear
1 should be fixed by #169, 2 by 930e192 and for 3 feel free making a PR (couldn’t follow issue since
ProviderGetImage
is already exerted)