DEV Community

Discussion on: useContext: A good reason to drop Redux

Collapse
 
k4rlo5 profile image
K4RLO5

Thank you for sharing great example, I tried running sandbox and got the error:

←→1 of 3 errors on the page
TypeError
updateArticles is not a function
8 |
9 | useEffect(() => {
10 | getAuth().then(data => auth.updateAuth(data));

11 | getArticles().then(articles => updateArticles({ articles }));