bblfsh / web

Web client for Babelfish server
http://dashboard.bblf.sh
GNU General Public License v3.0
23 stars 21 forks source link

Update react redux #174

Closed smacker closed 5 years ago

smacker commented 5 years ago

Here is nothing to review. I merge it. PR exists to let @carlosms know about this issue.

update react, react-dom, redux, react-redux to the latest versions

I experienced a bug with current versions: on node click node doesn't get rerendered. debugging showed that sometimes Context.Consumer inside the same Context.Consumer bails on update if there is PureComponent in ancestors.

I'm not sure where this bug comes from, I don't see fix for it in changelog of any project but version update fixes it.

carlosms commented 5 years ago

thanks for letting me know, I'll keep an eye on this problem when we update gitbase-web