Alex

Results 27 comments of Alex

I'm new to syncpack. I got here trying to figure out why this didn't work: ``` { label: 'Ensure react is all same version', packages: ['**'], dependencies: ['react', 'react-dom', '@types/react',...

What's the point of wrapping stories that only have a single FC into an object with a function that isn't a react component? Feels like storybook syntax is wrong here.

Not being able to run generators, builders, surveys etc feels like a deal-breaker. I'm investigating monorepo tools and for comparison, other tools do not suffer this obvious limitation!

This is the other example I mention where I create a new cache: ```typescript import { getMarkupFromTree } from '@apollo/client/react/ssr'; import createEmotionCache from '@emotion/cache'; import { injectGlobal } from '@emotion/css';...

Your response doesn't read very friendly. I am reporting a bug. If you want to help me, provide instructions on what you consider runnable. Do you have a server side...

I do understand that there are other circumstances and we aren't all unemployed, rich people with nothing but time on our hands. I have a job and a family, too....

I see. I can't control the library's usage of `injectGlobal`. But I am curious on how to clear global cache from `import { cache } from '@emotion/css'`. I haven't been...

For others finding this thread, Here's what I'm doing to clear globally injected css from the cache: ```typescript import { cache as emotionCache } from '@emotion/css'; for (const hash in...

Hi, I see this as completed, but when is this going to fix the issues in @google-cloud/monitoring package? I see google-gax was updated, but the issue still persists.

I don't know what you mean. My comment was about the fact that downstream libraries need to be updated to include this. This PR is in `[email protected]` but `google-gax` doesn't...