Nicolas Toulemont
Nicolas Toulemont
> Moving rootAction to the children solves this issue. Yes indeed, but I would think that it kind break the semantics (a comprehension benefits) of defining the action & loader...
> Thanks for the explanation! This looks like a bug as pathless layout routes should be ignored for form actions, and this should correctly find the root action. We'll get...
Thanks for your work @brophdawg11
Hello @JamesACS 👋🏼 We are having the same issue `Cannot find module '@payfit/midnight' or its corresponding type declarations.` with our package (see [sandbox](https://codesandbox.io/s/brave-rui-is8qby?file=/src/App.tsx)). To give you more context, this package...
Facing the same issue in my remix apps. Indeed, Remix heavily encourages uncontrolled components and form-based mutation/query, and using form IDs is a quite common way to solve the layout...