bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/nav-bar/talking-indicator
prlanzarin 0fead2ebbb fix: omit unused props in talking-indicator, input stream selector and emoji button
The talking-indicator, emoji-button and input-live-stream-selector
components are passing props downstream that weren't omitted or handled
by inherited components (Button, Icon). That causes a handful of error
logs to be spammed in the console of dev environments, which is
annoying.

This commit addresses the issue by:
  - Making the talking, spoke, muted and isViewer props transient
    (styled-components) - which means they won't reach the DOM (as
    expected since they're style-only)
  - Omitting the EmojiButton `rotate` prop in the Icon component itself
    * Made that instead of transient because might be useful to migrate
      the rotate code to the Icon component?
2022-06-29 17:15:46 +00:00
..
component.jsx fix: omit unused props in talking-indicator, input stream selector and emoji button 2022-06-29 17:15:46 +00:00
container.jsx Merge remote-tracking branch 'upstream/v2.4.x-release' into 2524-feb08 2022-02-09 15:52:42 +00:00
service.js fix variable names 2021-10-08 11:57:26 -03:00
styles.js fix: omit unused props in talking-indicator, input stream selector and emoji button 2022-06-29 17:15:46 +00:00