Closed AlvaroNeuronup closed 2 months ago
Thank you for submitting this issue. We have fixed this and the fix has been pushed to the master
branch. It will be part of the next release. If you get time to build and test it for yourself we would appreciate that.
There is a type error with the missing, white and default images. Type is
string | undefined
it should bestring | undefined | null
Version
3.85.1 using typescript npm package
Description
According to 3.85 version, you can set images to null:
Example Test Code