react-redux-jwt-auth-example icon indicating copy to clipboard operation
react-redux-jwt-auth-example copied to clipboard

require('react/addons') is deprecated

Open thomasjfox1 opened this issue 7 years ago • 2 comments

Receiving the following warning in the Chrome dev console: Warning: require('react/addons') is deprecated. Access using require('react-addons-{addon}') instead.

thomasjfox1 avatar Sep 18 '16 04:09 thomasjfox1

Same problem; I end up using npm package 'react-addons-linked-state-mixin' and import LinkedStateMixin from 'react-addons-linked-state-mixin'; and then reactMixin(LoginView.prototype, LinkedStateMixin);

techgeek03 avatar Sep 18 '16 09:09 techgeek03

Did that fix the problem? If not, what can I do to fix this? It's making my OCD twitch.

mikepc avatar Dec 21 '16 05:12 mikepc