Adrian Fernandez

Results 3 comments of Adrian Fernandez

I've just tested with bun v1.1.2 and the issue is still there.

After some more debugging I found the issue is related to this vite pluging: vite-plugin-checker Basically, when adding the "checker" plugin to vite.config I can repro it: ``` import {...

Yes I have the same issue. It breaks my refresh auth logic, when I do a request inside a load function that returns a 401, I throw a redirect to...