This addon gives access to context inside React component in Storybook story to the story closure. It's added to the context story amd can be accessed in the second argument of the story definition.
withReactContext can provide a custom reducer and context. By default state is assumed to be an object that is shallow assigned with new value set in dispatch.
This addon gives access to context inside React component in Storybook story to the story closure. It's added to the context story amd can be accessed in the second argument of the story definition.
withReactContext
can provide a custom reducer and context. By default state is assumed to be an object that is shallow assigned with new value set in dispatch.