aria-hidden
is expecting boolean, but passed as string
#2639
Labels
bug
Indicates an unexpected problem or an unintended behavior.
Screenshots
Version
master
Describe the bug
In
CarouselFilmStrip.js
line 134, it is passing string"true"
to<Bubble>
.But in
Bubble.js
, it is expecting boolean.This is causing a React warning in console.
To Reproduce
Steps to reproduce the behavior:
layout carousel
Expected behavior
No warnings.
Additional context
[Bug]
The text was updated successfully, but these errors were encountered: