Dominic Garms

Results 272 comments of Dominic Garms

I removed all content from rendering so only NhostProvider is used - which basically means I dont run any authentication. It seems to be part of the logic of the...

I am using Vite +Tanstack router as an SPA. I did not experience any bug per se. I just tried to understand where the request is coming from as I...

I read the release notes and as I am using the official Nhost React and JS libs I was not worried :-) I only try to understand what it means...

@kelkes I do have the exact same issue. I am using Tanstack router and in my routes `onBefore` I call ```ts const isAuthenticated = await nhostClient.auth.isAuthenticatedAsync() ``` What is strange...

Great I am happy to test a pre version - I could not find any code in my app which might cause it.. But definitely I have sometimes more than...

will definitely look into it, most likely i would like to get v7 out of beta in the upcoming time, supporting v7 pickers is a great candidate.

please help to test the new v7 out, `7.0.0-beta.1` released

moved discussion to #252

hi @larsinho81 I am not sure what is the issue on your tsconfig. Can you try out folliwing patterns recommended here: https://github.com/dohomi/react-hook-form-mui/issues/252#issuecomment-2041912277

I use `nodenext` but honestly with all the different build tools its very difficult to make any comment. The best way is to spin up a codepen where the issue...