Warning: Received `false` for a non-boolean attribute `white`.
If you want to write it to the DOM, pass a string instead: white="false" or white={value.toString()}.
If you used to conditionally omit it with white={condition && value}, pass white={condition ? value : undefined} instead.
in img (created by ProductLogo)
in ProductLogo (created by HesabuLogo)
I'm getting the following: