Description
#9736
The sizeBasis property was newly added in the above PR, but according to the documentation committed alongside it, this property is optional.
Actually this property is required in the type definition, resulting in a type error as shown in the attached image.
Flavors
Expected Behavior
No response
Steps to Reproduce
When using IconLayer in TypeScript without the sizeBasis property.
Environment
- Framework version: deck.gl@9.2.2
- Browser: -
- OS: -
Logs
No response