Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit 69f561f

Browse files
committed
Update warning when React is not detected
1 parent be4eb9d commit 69f561f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hyper-react.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"A global `React` must be defined before requiring 'hyper-react'",
99
"",
1010
"To USE THE BUILT-IN SOURCE: ",
11-
" add 'require \"react/react-source\"' immediately before the 'require \"hyper-react\" directive.",
11+
" add 'require \"react/react-source-browser\"' immediately before the 'require \"hyper-react\" directive.",
1212
"IF USING WEBPACK:",
1313
" add 'react' to your webpack manifest."
1414
].join("\n")

0 commit comments

Comments
 (0)