When I tried to load my own React, I got this error:
React has not been loaded correctly.
Please expose your version of React as global variables named 'React', 'ReactDOM' and 'ReactDOMServer', or enable the 'LoadReact' configuration option to use the built-in version of React.
See http://reactjs.net/guides/byo-react.html for more information.
I ended up loading the built-in version, but I'm more concerned that the documentation no longer exists to fix it (at this URL at least!)
|
"http://reactjs.net/guides/byo-react.html for more information." |
When I tried to load my own React, I got this error:
I ended up loading the built-in version, but I'm more concerned that the documentation no longer exists to fix it (at this URL at least!)
React.NET/src/React.Core/JavaScriptEngineFactory.cs
Line 185 in e12020b