Closed brandonhub closed 1 year ago
Cool I'll be sure to check this out ASAP @brandonhub!
Hey @brandonhub I cut a canary release (media-chrome@1.4.2-canary.0-7e267f7) yesterday evening that should resolve your issue. Here's an example using it in code sandbox: https://codesandbox.io/s/frosty-goodall-gw73ny?file=/src/App.js Just to make sure, if you could try it out to confirm it resolves your problem, that would be great.
Hi @cjpillsbury ! I can confirm this appears to be working on the new canary release. Really appreciate the quick turnaround time on this!
Cool we'll be sure to get a release out soon! Glad it was an easy fix.
Hello. I'm building a player with Media Chrome using the react components found in
media-chrome/dist/react
. I unfortunately get an error when giving a single child to a React component. The following crashes...But multiple children is ok (notice extra div under svg)...
The error is
I'm on version 1.2.5
Thanks!