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
As listed in react/docs/reusable-components#no-mixins ES6 react doesn't support mixins anymore. I think it would be interesting to list in the documentation here how to handle this situation.
The text was updated successfully, but these errors were encountered:
Duplicate of #38. Please join the discussion there.
For the record, mixins are still valid in ES6. They just aren't usable with the new component definition syntax. ES6 is backwards compatible and ReactFire will continue to work.
As listed in react/docs/reusable-components#no-mixins ES6 react doesn't support mixins anymore. I think it would be interesting to list in the documentation here how to handle this situation.
The text was updated successfully, but these errors were encountered: