Brandon Lenz

Results 37 comments of Brandon Lenz

Here's a hacky bandaid/workaround for now: 1. Create a `custom.d.ts` file in the root of your cypress project (cypress is a standalone app in our monorepo that lives next to...

The [PR I'm working](https://github.com/trussworks/react-uswds/pull/2184) on will allow consumers to do this if they create a custom banner (like we did on DOL), but the standard GovBanner that we export for...

It looks like the failures are related to the type script loader we use. It not longer works with newer typescript versions. Unfortunately, it also has not been updated in...

I'm taking a look at this right now. Looks like the escape key should also close the menu, however unfocusing the button should not close the menu unless the entire...

> The most typical thing for libraries to do is to build and publish the artifacts on npm, for example in a dist directory (that is .gitignoreed), rather than having...

@NatHillardUSDS thanks for that additional context! Some maintainers had a conversation about support for issues like https://github.com/trussworks/react-uswds/issues/1488, and it seems we're in agreement: we want to make sure this library...

Hi @suzubara I was looking through the linked diff and the patch notes, but I'm not sure that I found what this story is referring to. Whenever you have a...

@jenbutongit thanks for that detailed article! That's super helpful. From what I've seen from some internal conversations, we like the API you suggested! I think we just need to have...

I should note here that while debugging some discrepancies with Isaac yesterday, I was trying to better understand the default behavior or the USDWS combo box. By opening the [USWDS...

I'm, personally, very okay with removing the example app from this repo. I think there's enough adoption out there to reference actual examples in the public domain. Agreed that this...