Bruno Crosier

Results 17 comments of Bruno Crosier

do you have a repro for this?

from what i can see, this hook works as intended on the client and server: https://codesandbox.io/s/brave-yonath-4rxbje?file=/pages/index.js

> As I remember it "works" but triggers well known "hydration mismatch" warning. SSR compatible code must not have `if (window...)` like conditions. I don't have a repo around, sorry....

It looks like doing `as P` causes this test case to fail: ``` // @ts-expect-error type error = MyOmit ``` The best option I could find was: `type MyOmit =...

I think this is linked to: https://github.com/Uniswap/interface/issues/3706 Definitely nothing to do with the speed of the polygon network. I think there is an infinite loop somewhere in the frontend code....

> I know that it has been a while since you have created this PR - but could you rebase this on top of the main branch and add snapshots...

Hi @freemh that's because I've deleted https://prismatest3.brunocrosier.now.sh 😅 You should replace that URL with your own backend URL inside `/frontend/next.config.js` Let me know if you have any difficulty with it

Hi @freemh I have cloned your project and found the issue. in the `frontend/init-apollo.js` file on line 14 you will see this code, which decides whether we load the backend...

Ah, I only tested this locally - so I think I misunderstood your issue initially. I have recently built a more updated version of next + apollo + auth for...

I think this is fixed by https://github.com/BuilderIO/qwik/pull/1827