@astrojs/image tried to access web-streams-polyfill, but it isn't declared in its dependencies; this makes the require call ambiguous and unsound. #5252
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
pkg: image
Related to the `@astrojs/image` package (scope)
What version of
astro
are you using?1.6.0
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
yarn
What operating system are you using?
Windows
Describe the Bug
When I included @astrojs/image in my project, there was a problem.
but by installing web-streams-polyfill, it has been resolved.
Link to Minimal Reproducible Example
none
Participation
The text was updated successfully, but these errors were encountered: