Stefano Sandes

Results 6 comments of Stefano Sandes

Same here! macOS Sierra.

I don't know if it is related, but I have a monorepo with some Next.js applications. Bun is hoisting the `node_modules/.bin/next` directory, which causes a lot of errors when I...

@babakfp @cassianodaniel The way you ate doing it is starting toast in the page data invalidation, not on form submission. The code inside `return async ({ result, update }) =>...

So, the best way to do this is something like: ```ts { // START OF FORM SUBMISSION const toastId = toast.loading('Doing something..') return async ({ result, update }) => {...

I can confirm this issue! This may help: ``` 2019-11-16 11:04:09.369 14152-14152/com.fominha E/AndroidRuntime: FATAL EXCEPTION: main Process: com.fominha, PID: 14152 java.lang.IllegalArgumentException: No view found for id 0x801 (unknown) for fragment...

@pablo-abc This feature is important to prevent this behavior: https://github.com/pablo-abc/felte/assets/6722075/c19e22f7-f5d5-4187-9b71-cf5a0c6aa687