Brent Swisher

Results 17 comments of Brent Swisher

I think updating might solve some of our other storybook problems too, I'll take a shot at it

Just ran into this issue in the latest version too, turns out our organization has run into this pretty frequently lately 😞 I opted to add a targeted setting to...

Looked into this a little bit more, it seems like it is because fixture() is returning a promise, so chai is seeing a failed promise but not an actual error....

@chrisjbrown That looks promising, but running into some dependency conflicts installing it, will take another look at it later

Discussed with the other maintainers and we are closing this out for now, the designers want to revisit some of this functionality anyways so we will move forward after that...

Just a note I thought might help with some additional info. I vaguely remembered the WordPress editor had some [similar accessibility issues](https://github.com/WordPress/gutenberg/issues/16549) when adding a "toast" component. I took a...

Yeah, it is a bit tricky to reproduce. ```mermaid flowchart TD A[Package A] -->|hasDependency| B(Package B) B --> |hasUnpluggedDependency| C(Some External Package) ``` The bug manifests when the package with...

🤔 hmm, not sure I will try to recreate it again and track the yarn commands it took to get there

👋 @joekukish @justinfagnani We just ran across this issue in making some updates to https://github.com/ithaka/pharos and I was wondering if there was any update here? Would be happy to pick...

@justinfagnani I started looking into this, and found it appears to be working in the source code on the latest version of master. I see the package is actively maintained...