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:
- Go to 'playground
- Type
layout carousel
- Open console log and check for warnings
Expected behavior
No warnings.
Additional context
[Bug]
Screenshots
Version
masterDescribe the bug
In
CarouselFilmStrip.jsline 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 carouselExpected behavior
No warnings.
Additional context
[Bug]