Skip to content

Warning in HesabuLogo #6

@pjaspers

Description

@pjaspers

I'm getting the following:

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions