chromaui / learnstorybook.com

Static site and content for Storybook tutorials
https://storybook.js.org/tutorials/
MIT License
2.4k stars 436 forks source link

Added [dispatch] to callback function of useEffect #682

Closed a-skersys closed 1 year ago

a-skersys commented 1 year ago

I took the example and it works not exactly as it should. The error story is not working as intended.

After changing line 131 from "}, []);" to "}, [dispatch]);" it works perfectly.