In the later Storybook versions, the URL is updated with args parameter which is initialised with the query set on the preview (used to store the URL for isolated story view). This change includes fixtures URL param along with args to the parent window URL as well as preview URL which gets updated when fixture variants are selected.
Add a test that uses fixtures alongside the Storybook args.
Also fix the storybook-react-context which had an issue with the latest updated dependencies.
In the later Storybook versions, the URL is updated with
args
parameter which is initialised with the query set on the preview (used to store the URL for isolated story view). This change includesfixtures
URL param along withargs
to the parent window URL as well as preview URL which gets updated when fixture variants are selected.Add a test that uses fixtures alongside the Storybook args.
Also fix the storybook-react-context which had an issue with the latest updated dependencies.
Addresses #18.