-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
When creating this component with any types of children, the following warning message is emitted to the browser console:
Warning: Received `true` for a non-boolean attribute `initiated`.
If you want to write it to the DOM, pass a string instead: initiated="true" or initiated={value.toString()}.
in div (created by ContainerDimensions)
in ContainerDimensions (created by Card)
in div (created by Card)
in div (created by Card)
... etc etc etc ...
I cannot find any way to stop the warning message from being sent to the console.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels