Joe Marty

Results 86 comments of Joe Marty

OH wow - that was news to me, thank you! Slightly different workflow, but it works great (and is actually less obtrusive because it doesn't steal focus from the terminal,...

For me it worked to just override the peer dependency in my own package.json file: ```json "dependencies": { "react-sortable-hoc": "^2.0.0" }, "overrides": { "react-sortable-hoc": { "react": "^18.0", "react-dom": "^18.0" }...

That probably won't happen as this package's maintainers have dropped it, in favor of [dnd-kit](https://github.com/clauderic/dnd-kit). It's also not clear that it's 100% compatible with React 18, though several people have...

FWIW: The reason I was using async, was that I'm taking a "Company ID" from the generated request, and looking up some company information, to enrich the request with additional...

Yeah, I agree that this is more a bug than an enhancement, but after filing the bug (#6889) @edwardmedia suggested that since I was able to work around the bug,...

Oooh, I didn't know that was an option! I haven't used a lifecycle block before... well that's interesting. I mean I still think that would be a good default behavior,...