Loic Plaire

Results 9 comments of Loic Plaire

We are running into the exact same issue with Lerna and Yarn workspaces. We hacked our way around this issue in CI by not using workspaces there and running `yarn...

Thanks @jackocnr, I should be able to take a look at it in the next few days. An element with the `disabled` attribute is not focusable: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled so as you...

The fact that clicking on a story in the navigation takes you to the canvas mode for that story instead of linking to the specific section within the docs page...

Does anyone have a work around until https://github.com/apollographql/eslint-plugin-graphql/pull/117 is merged?

If anyone else runs into that issue, my workaround until https://github.com/apollographql/eslint-plugin-graphql/pull/117 is merged is to redeclare the client directive in my apollo-link-state `typeDefs` e.g: ```js const typeDefs = /* GraphQL...

We are experiencing the same issue after upgrading Storybook from 8.2.9 to 8.3.0. ![2b6eb19e5884c6623be80b8895ec7eb8092b724cea3411ce9a3c41f223c0c5aa](https://github.com/user-attachments/assets/d136a695-52d9-4af3-8311-73683014a764)

This is stopping us from upgrading Storybook to the latest version. Is there any plan to look at this issue?

Thanks @ninadbstack, I can confirm that reducing the concurrency workaround works.

@ninadbstack I haven't been able to reproduce it locally either. It only happens in CI (CircleCI) for us.