Dane Hillard
Dane Hillard
This appears to continue being an issue in Storybook v8, as was probably expected.
One possible fix entails running `yarn install` (without `--immutable`) after running `yarn release`, as part of [the steps in the release workflow](https://github.com/ithaka/pharos/blob/develop/.github/workflows/release.yml#L48), and pushing the result to the branch that's...
Consider investigating #668 in tandem.
This issue did not occur in a recent release—will need to better understand what triggers Yarn to update the workspace dependencies during this flow.
Just seeing your notes; thanks a bunch for providing those @brentswisher!
After #503, the remaining issue here is that we should only send focus to a toast in the first place if it contains interactive elements (this may be hard to...
We should consider how this is impacted as we think about using `:focus-visible` (#175)
We should fix the examples we have both on the Pharos site itself as well as in the story for this component, but the choice of the content is ultimately...
After discussion, the decision is to "fix" this by obviation; because having a link at the top level that is also meant to trigger the dropdown to open causes issues,...
This was designed away in v14.0.0 release.