Aaron Pettengill

Results 130 comments of Aaron Pettengill

I think a section in the docs on debugging makes a lot of sense! Part of the problem here is that we allow `handleSubmit` to be omitted when `submitSource: "dom"`,...

Thanks for the comment @lukejagodzinski! That's helpful feedback. > Is it going to be fixed? What's the temporary solution? Is the original issue present in @rvf/remix or @rvf/react-router? I might...

I does seem like it could be a bug in headles ui, but it makes me wonder if we should just gracefully work around that situation instead of throwing.

I don't have an iPhone I can test on, so I'm not sure when I'll be able to fix this one. If you have the time to help diagnose the...

Hi! I cloned the repo, but everything appears to work fine as far as I can tell. What version of node are you using?

Hi! The issue doesn't reproduce when I follow those steps. Could you provide a Code sandbox (or similar) instead that contains the issue?

Thanks for looking into that! My best guess is a change to dependency resolution in npm somehow causing rvf to resolve a different version of RR than the rest of...

The react-router repo has an issue [here](https://github.com/remix-run/react-router/issues/12475) that looks related. I was also able to reproduce on Node 22 and up, which lines up with what they report in this...

Even though the initial react router issue is solved, it looks like there's another open one here: https://github.com/remix-run/react-router/issues/12785 There's a potential workaround mentioned in one of the recent comments. Does...

Is this issue still occurring? Or are the workarounds at least pretty reliable? It looks like the react-router issue is still open.