0

In my console I get this message 3 times when I load a page:

Download the React DevTools for a better development experience: https://fb.me/react-devtools

Since it's appearing 3 times does this mean I am loading React 3 times?

Please note, I am doing server side rendering.

Michelle Tilley
  • 157,729
  • 40
  • 374
  • 311
Nathan Lin
  • 51
  • 4
  • you'll need to provide some context. What's the message? If you inspect the raw page source, do you see react loaded three times. Or, if you check the file which you're loading react in, does it contain three instances of react? – Seth Jan 14 '16 at 23:20
  • @Seth The message is listed above regarding React DevTools. The file only contains one instance of React, but React is weird and sometimes bugs out when the same React file is called multiple times. How do I see the raw page source? – Nathan Lin Jan 15 '16 at 00:11

0 Answers0