skorphil / nextjs-form

Educational NextJs project to build a complex mobile-first form
https://www.chromatic.com/library?appId=65b2882ac1586a6b21cba0dd
MIT License
3 stars 0 forks source link

Fix storybook to work with context providers #83

Open skorphil opened 4 months ago

skorphil commented 4 months ago

After implementing new feature to an app i mus also update a storybook decorator. It is time consuming and leads to differences between storybook and implementation.

Need to explore the approaches to work with components which use context in storybook


Materials