Is there a way to know the runtime version of React in the browser?
Open Chrome Dev Tools or equivalent and run require('React').version in the console.
require('React').version
That works on websites like Facebook as well to find out what version they are using.