react-quickly icon indicating copy to clipboard operation
react-quickly copied to clipboard

Typo error in chapter 1 quiz

Open kamalpreetgrewal opened this issue 5 years ago • 1 comments

In chapter 1, the quiz question number 4:

You must include react-com.js in order to render React elements on a web page.

The answer to this is true. I believe it should be true for react-dom.js instead of react-com.js.

kamalpreetgrewal avatar Dec 15 '18 22:12 kamalpreetgrewal

True, I believe it's a typo unless the question is accounting for both react-core and react-dom. Since you can't use one to render without the other?

anthonylasso avatar Mar 29 '19 14:03 anthonylasso