bbbtech / storybook-formik

A storybook decorator that allows you to use components in your stories that rely on Formik context.
53 stars 17 forks source link

fix/register path #45

Closed bhishp closed 2 years ago

bhishp commented 2 years ago

Fix an issue where we could not run storybook in the package because the addon path was not pointed to the register file. Introduced in #42