In some cases, we get an "Apollo client not available" in the following stories:  - [GistsPanel.stories.ts](https://github.com/thisdot/starter.dev-github-showcases/blob/main/vue3-apollo-quasar/src/components/GistsPanel/GistsPanel.stories.ts "GistsPanel.stories.ts") - [NavHeader.stories.ts](https://github.com/thisdot/starter.dev-github-showcases/blob/main/vue3-apollo-quasar/src/components/NavHeader/NavHeader.stories.ts "NavHeader.stories.ts") # Acceptance - Add https://storybook.js.org/addons/storybook-addon-apollo-client to the project - Configure stories that rely on apollo to use this addon - Ensure all data used in the stories are mocked and don't use real data - If this is a good addon to have, inform Dustin or Jeremy so we can add it to the kit officially
In some cases, we get an "Apollo client not available" in the following stories:

Acceptance