Alex

Results 12 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.