You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are using 0.2.1 of es6-react-mixins with react 0.14.7. One of our components uses two mixins, and works fine. However, our console log is flooded with warnings a la: Warning: xyComponent(...): React component classes must extend React.Component.
Since the component is used in a <td>, the warnings amount to thousands of lines. Any chance this warning gets silenced? It is triggered here: https://github.com/facebook/react/blob/v0.14.7/src/renderers/shared/reconciler/ReactCompositeComponent.js#L178
The text was updated successfully, but these errors were encountered:
It's unfortunate that they expect the component to be an immediate descendent of React.Component. Not sure if there's much we can do but will try to take a look tonight or tomorrow
We are using 0.2.1 of es6-react-mixins with react 0.14.7. One of our components uses two mixins, and works fine. However, our console log is flooded with warnings a la:
Warning: xyComponent(...): React component classes must extend React.Component.
Since the component is used in a
<td>
, the warnings amount to thousands of lines. Any chance this warning gets silenced? It is triggered here: https://github.com/facebook/react/blob/v0.14.7/src/renderers/shared/reconciler/ReactCompositeComponent.js#L178The text was updated successfully, but these errors were encountered: