Skip to content

Commit 1c57246

Browse files
Josh GoldbergDaniel15
Josh Goldberg
authored andcommitted
Removed dead (not-yet-alive?) byo-react link (#454)
See #341.
1 parent 209de13 commit 1c57246

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/React.Core/JavaScriptEngineFactory.cs

+1-2
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,7 @@ private static void EnsureReactLoaded(IJsEngine engine)
185185
throw new ReactNotInitialisedException(
186186
"React has not been loaded correctly. Please expose your version of React as global " +
187187
"variables named 'React', 'ReactDOM' and 'ReactDOMServer', or enable the " +
188-
"'LoadReact' configuration option to use the built-in version of React. See " +
189-
"http://reactjs.net/guides/byo-react.html for more information."
188+
"'LoadReact' configuration option to use the built-in version of React."
190189
);
191190
}
192191
}

0 commit comments

Comments
 (0)