Bruce Hubbard

Results 9 comments of Bruce Hubbard

I pulled down the branch to see why it had that many changes in the lock file and 98% of the changes are whitespace. It looks like the lockfile that...

@mavarazy I know this package looks like it's not being maintained any longer but is it possible to get this PR merged and a new version pushed out? This just...

@mavarazy @Steffan-Ennis What's the process to get this merged and released? I don't see any labels or actions set up for the repo. Were you guys manually publishing this package?...

I think I may have just hit this bug (took me forever to triage it). We have some page tabs along our header (using Chakra's Tabs component) and we have...

Here's a Codesandbox that show's the problem: https://codesandbox.io/p/sandbox/lucid-architecture-twlvwc?file=%2Fsrc%2Findex.js If you click on the "More ^" menu button and then click on the "three" tab is shows two's content instead of...

When I run this locally I get the same format error. Looks like for this import: `import { format, longFormatters } from "date-fns/format";` ends up now with `format` being `undefined`....

Thanks Martjin for the quick fix!

I just got bit by this today. Is Yarn by design ignoring dist-tags? Or is this a bug to be fixed?

I just hit this problem (which only happened when the app was run in production mode for some strange reason) with `react-beautiful-dnd` and the solution was to not have `dragHandleProps`...