Stephanie Smith

Results 31 comments of Stephanie Smith

I was able to achieve this by using the `setLink` method on the client: ```ts // plugins/apollo-persisted-queries-link.ts import { createPersistedQueryLink } from '@apollo/client/link/persisted-queries' import { sha256 } from 'crypto-hash' export...

Anyone know a workaround for this other than disabling typecheck?

> One workaround could be to add this to the `app.config.ts` > > `nuxtIcon: { aliases: undefined, class: undefined, size: undefined, },` Thanks @Me-Phew! This worked as a temporary fix...

Noting a dependency issue that I'll look into Monday: ``` npm ERR! While resolving: @tailwindcss/[email protected] npm ERR! Found: [email protected] npm ERR! node_modules/tailwindcss npm ERR! tailwindcss@"^2.2.19" from the root project npm...

> Noting a dependency issue that I'll look into Monday Now fixed.

My comment markup is confusing, but what I intended to suggest was that another approach we took could be to just widen the compatibility instead of upgrading explorer-1: ```json "node":...

Thanks @Scotchester, I've updated the build files.

This is a known issue: https://github.com/storybookjs/storybook/issues/11908

Results from a quick chat in our team meeting: - We need both external and internal header/footer - External header and footer designs: #185 - For the external header, we...

> I would personally prefer not to put policy-type content in Explorer 1's Storybook, and would prefer to keep that to usage guidelines for designers and developers. Agreed. I'm thinking...