btholt / citr-v6-project

Project files for the Complete Intro to React v6, as taught for Frontend Masters
Apache License 2.0
482 stars 458 forks source link

"Lesson 11: Context" Bug? #3

Open r002 opened 3 years ago

r002 commented 3 years ago

If you create a context that consists of an array with two elements:

https://github.com/btholt/citr-v6-project/blob/1d8645b0b72794e77e9fd0116dc0234066b31e88/11-context/src/ThemeContext.js#L3

but then try to set the context with a default value of a single string:

https://github.com/btholt/citr-v6-project/blob/1d8645b0b72794e77e9fd0116dc0234066b31e88/11-context/src/App.js#L9-L11

it fails. At least I'm not currently able to get this specific code to work. If I'm missing something, please lmk.