From 88d5f3cc7ecddcd9062aa1abaf88b8669069044b Mon Sep 17 00:00:00 2001 From: Adam Bloomston Date: Sat, 10 Oct 2015 10:17:08 -0400 Subject: [PATCH] Include react-dom Fixes `Uncaught ReferenceError: ReactDOM is not defined` --- docs/02-displaying-data.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/02-displaying-data.md b/docs/02-displaying-data.md index 81dad852..1305293c 100644 --- a/docs/02-displaying-data.md +++ b/docs/02-displaying-data.md @@ -20,6 +20,7 @@ Let's look at a really simple example. Create a `hello-react.html` file with the Hello React +