You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
I'm getting the following:
The text was updated successfully, but these errors were encountered: