Tag: storybook
-
testing react form using GraphQl & apollo client at Storybook
0 I have a React Form Component using Graphql & Apollo. I am trying to test this Form at Storybook but I got the following error message : Error: Cannot destructure property ‘MockedProvider’ of ‘context.parameters[PARAM_KEY]’ as it is undefined. here is my Preveiw.ts file content: import type { Preview } from "@storybook/react"; import { MockedProvider…