Utku Melemetci

Results 26 comments of Utku Melemetci

Hey! Is this being worked on by someone at the moment? If not I may try it. I've done a little bit of work to play around (using the event...

This will be added in #58 (if it gets merged) @emielderckx

I'm facing a very similar issue with useDocumentDataOnce. It won't load, always returning undefined and true for the loading value until I make a change in the code and the...

I'm glad you fixed your issue. Here is my minimal reproducible example. The document is stuck in the loading state forever. ```ts const db = getFirestore(); const Test: React.FC =...

@Garee Yeah, that's the workaround I found as well. I'm not exactly sure why this is happening, but I unfortunately don't have the time to investigate. I wish I could.

@lewisd1996 in the same situation. Unfortunately reinstalling did not work for me. Tried deleting the lock file and node modules to no avail.

Update: I was able to refactor quickly, so this isn't an urgent problem. However, I'm still willing to work on this for those with larger codebases.

Looks like I have a few tests to fix...

Hey, is it alright to ignore some warnings for generated code? For example enum members having the same value? Or CLS compliance? I could fix them but considering the code...