Only a ReactOwner can have refs

Invariant Violation: addComponentAsRefTo(...): Only a ReactOwner can have refs. You might be adding a ref to a component that was not created inside a component's `render` method, or you have multiple copies of React loaded

https://github.com/callemall/material-ui/issues/2818

npm --version

2.11.3
npm update -g npm

npm --version    
3.8.6
rm -rf node_modules  
npm install  

したら直った。

material-ui のTextFieldを使ってみたら、
2個目以降のTextFieldでUIのエフェクトが動かなかったのだけど、
このエラーを解消したら動くようになった。