lazakrisz

Results 13 comments of lazakrisz

I've had a very similar problem to yours. I wasn't able to launch the TopCoder Arena app from Intellij after clicking on the icon. However I noticed that my Mac...

> We will take a look at this. Thanks for reporting! > > Changed the title for readability as the exact error message(s) is/are repeated in the bug reports itself....

> I believe this is a limitation of the Gemini API at the moment, I will try to follow up and get it passed on to them Okay, thank you.

> > I believe this is a limitation of the Gemini API at the moment, I will try to follow up and get it passed on to them > >...

I think this is the same as https://github.com/saasquatch/bunshi/issues/69, don't you think? 🤔

> @lazakrisz have u got the chanse to check this ? getting the same 404 error

using the lodable atom instead of relying on the suspense boundary fixes the issue for me: ```ts import { ComponentScope, createScope, molecule } from "bunshi"; import { use } from...

I've had a similar issue, sometimes I would get a hydration error, other times not, there was a race condition, it turned out to be a Chrome Extension issue, might...

thank you @loganvolkers , will start to investigate this! 🔍

Update as I was investigating this: * it seems the issue is related to Suspense boundaries and async atom data fetching behaviours and not references / memoization issues by default...