Stojan Dimitrovski

Results 213 comments of Stojan Dimitrovski

If not fixed, with v2 there should be better behavior. We're not seeing problems on app.supabase.com or many other projects. With supabase/postgrest-js#335 this should become even better. I'll close the...

This should be fixed with v2 of the library.

Hey everyone. We are going to reconsider the behavior of `onAuthStateChange` in the next revision based on this feedback. For now, please make sure you understand that the very first...

Seems this issue has been inactive for a while, and we have a newer version of the library where I believe some of these issues were addressed.

Not sure why it's a "memory leak," probably the React Native runtime is a bit bad at tracking this. But, as far as I know, you don't have to use...

This is planned and high-up on the priority list. Keeping the issue open until we have it.

@tom-at-pixel This is worked on and I'm leading it. Goal is to have something out in the next few weeks. Main PR is here if you want to follow along,...

OK so the issue here is really the console.error invocation, not that this is malfunctioning. Will track down why it's logged like so and move it to console.warn or .log.

There's a block that should properly handle this and not log the error. There may be something funky going on with your transpilation environment maybe, as the condition: ```typescript if...