Aaron Pettengill

Results 130 comments of Aaron Pettengill

Hi! This API sounds like it could be really useful and could probably even handle the "dynamic modules" case that Mark was mentioning. I've definitely been in situations where I...

It seems that TS has trouble inferring the generic for `getInputProps` in cases where the props of the component are a fairly complex type. It looks like this is definitely...

That would guarantee a more correct typing, but we would lose the autocomplete when typing inside `getInputProps`. I wonder if there's a way to get the best of both worlds?

I'm happy to provide direction to anyone who might want to take a stab at fixing this. It could be a week or so before I have time to fix...

Interesting interaction -- Thanks for bringing this up. I bet we could even reproduce this manually with an async validator that takes a couple seconds. Seems like we could fix...

I just released 4.6.0 which includes some pretty extensive refactoring of the form store. It's been months since I worked on it though. Would you mind verifying if this is...

This is something I want to add, but not sure I can promise a timeline right now.

Not sure how much time I have to implement this, so I want to leave a workaround for anyone struggling with this. You can handle most use-cases for this to...

@andreasrs, I would definitely accept a PR for this (a docs PR or the fix itself). Happy to provide guidance if you wanted to pick it up.

I believe this is the intended behavior. See [code comment here](https://github.com/remix-run/history/blob/3e9dab413f4eda8d6bce565388c5ddb7aeff9f7e/packages/history/index.ts#L7-L14).