Gabriel Parelli Francischini

Results 13 comments of Gabriel Parelli Francischini

I'm using it with React 18 and it works. I am using `yarn`. Additionally, it gives me a warning when `yarn install` due to a peer dep `[email protected]" having incorrect...

Hi Kneth, thanks for the update. It seems that the change is only on JS side right? ``` // Clear the internal state to prevent crashes when reloading on React...

Hello Realm team, any progress update on this exploration? My company just closed a deal to use realm, atlas and mongodb but the lack of type safety queries is being...

Hi @Lezh1k. We are experiencing (maybe) a similar issue. Most of our users does not seems to have this error but on couple of Samsung devices we see wrong coordinates...

I'm still having this issue on android on 12.12.1. You can use this repo to reproduce the issue: https://github.com/Spring-Global/realm-react-native-sample/tree/realm-crash-callback

Hey any update on this issue? We are about to enter in homologation with our customer and we would like to be able to correctly log these errors to diagnose...

The RealmProvider could take an onError prop (admittedly, this name might be a little confusing as it conflicts with the onError passed through the sync config). I would call it...

I feel that error boundaries should be used when something unexpectedly happens. A schema error is a handled error and in my opinion, should be handled differently. What we know/is...

Any updates on this? Same problem here. This is a pretty common scenario. Spring would like to use this feature

Hey, adding a little bit more context here. Not being able to use class based models to add embedded objects also kills the use of setter and getters. We are...