Skip to content

Warning: Received false for a non-boolean attribute in Tooltip #146

@1of

Description

@1of

Hi, i have an error message in console. Everything work fine but ...
image
this error message show from start, when component is rendering.

My Example

state:
this.state = { emailtooltipvisible: false }
render:
<Tooltip visible={this.state.emailtooltipvisible} defaultVisible={false} id="emailhint" overlay={<span>Text</span>} > <input aria-describedby="emailhint" id="email" name="email" type="email" /> </Tooltip>

this.state.emailtooltipvisible ? true : false also dont help

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions