9c298aa5ae
* Allow passing `undefined` to transform options This fixes #6001, allowing undefined passed as a variable in addition to not passing the property at all * Create strange-olives-rest.md * Improve error message for missing `widths` prop * Add changeset
5 lines
162 B
Markdown
5 lines
162 B
Markdown
---
|
|
"@astrojs/image": patch
|
|
---
|
|
|
|
Allow passing `undefined` to TransformOptions, this is a types fix for users with `exactOptionalTypes` enabled in their tsconfig
|