at backyard

Color my life with the chaos of trouble.

react-rails

Warning: unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React. という警告を直した際のメモ

react-railsでアプリを書いていると、下記のような"warning"に出会った。 Warning: unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.調べてみると下記のissueにたどり着いた。github.com内容を見て…