Hello, thanks for your work, but I noticed when the "image" object is empty javascript crashes.
Eg. I have a Hero component that it should have or not the image. How can I handle it? Thanks.
I've just released version 3.1.4 which should fix this issue, the image parameter can now be set to null which in turn sets the return value of the hook to null.
Hello, thanks for your work, but I noticed when the "image" object is empty javascript crashes. Eg. I have a Hero component that it should have or not the image. How can I handle it? Thanks.