SomiDivian

Results 8 comments of SomiDivian

@cromaniuc > Facing the same issue and this is a clear reproducible example without any circular dependency: [https://codesandbox.io/s/patient-butterfly-hsg3q?file=/src/index.ts ](https://codesandbox.io/s/patient-butterfly-hsg3q?file=/src/index.ts) ```ts // otherFile.ts import { Severity } from "./index"; // index.ts...

```css .terminal div div div span { font-size: "12px"; } ``` ```ts ```

I think this is necessary for any route with multiple forms I can think of some use-cases like a create-update form, or an editable table ```ts const schema = {...

@kentcdodds there is an issue with using `useNavigation`, the `success` and `error` states flickers for a second then go back to `idle` , the problem is `navigation.formData` goes back to...

Sorry I was out for a while Of course that's an honor, you can do whatever you want

There's an update if you're interested ```ts interface UsePendingArgs extends UseSimplePendingArgs { currentKey?: string currentValue?: string } export function usePending(args?: UsePendingArgs): { actionData: SerializeFrom | undefined navigating: boolean pending: boolean...

`remix-utils` didn't update to `v2` yet, I'm still waiting

https://github.com/epicweb-dev/epic-stack/pull/394#issuecomment-1684986106