Closed lukasIO closed 1 week ago
Latest commit: 4570caa7fb27323c3da03a2dbdb0d659cb3f1b2f
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
Path | Size |
---|---|
LiveKitRoom only | 6.02 KB (0%) |
LiveKitRoom with VideoConference | 29.77 KB (-0.02% 🔽) |
All exports | 36.58 KB (+0.03% 🔺) |
The functionality of the
<Chat />
component should not depend on the presence ofLayoutContext
. There was a regression when we introduced a close button for chat as theChatToggle
button requires theLayoutContext
. This PR fixes that by only rendering the ChatToggle if a LayoutContext is actually present.