dabapps / roe

DabApps' Project Development Kit
https://dabapps.github.io/roe
BSD 3-Clause "New" or "Revised" License
4 stars 3 forks source link

React 16 findDOMNode issues #261

Closed JakeSidSmith closed 6 years ago

JakeSidSmith commented 6 years ago

Error: Minified React error #44; visit http://facebook.github.io/react/docs/error-decoder.html?invariant=44 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

Caused by NavBar, and presumably others.

JakeSidSmith commented 6 years ago

This was fixed by unpinning dependencies on React (was loading 2 different versions).

262