Alem Tuzlak

Results 112 comments of Alem Tuzlak

@anhdd-kuro Will add an ability to pass this in wiht getValidatedFormData too.

@anhdd-kuro @SolomidHero can you try with the latest version, I've added the third parameter to the getValidatedFormData

Hi @yarapolana , thank you so much! I think the issue has something to do with the fact that you're spreading the toastHeaders like that, headers are not normal JS...

Do you guys mind creating a minimum repro so I can check it out

also would you mind trying using this: ```ts export function combineHeaders(...headers: Array) { const combined = new Headers(); for (const header of headers) { if (!header) { continue; } for...

@grundmanise This might be the actual cause of it but that might be solved when single fetch is released and the API is changed. Unfortunately I can't do much to...

I think this should be fixed with v3 and the use of middleware now

Hey @GuptaSiddhant Thank you so much for htis PR, the reason I haven't yet implemented single fetch implementation is that it's still unstable and the last remix sprint planning Ryan...

closing due to the fact that this approach was dumped on their side, and we already have single fetch support!