Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/React.Core/JavaScriptEngineFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,7 @@ private static void EnsureReactLoaded(IJsEngine engine)
throw new ReactNotInitialisedException(
"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."
"'LoadReact' configuration option to use the built-in version of React."
);
}
}
Expand Down