Nozbe / withObservables

HOC (Higher-Order Component) for connecting RxJS Observables to React Components
https://github.com/Nozbe/WatermelonDB
MIT License
68 stars 26 forks source link

TypeError: Cannot read property 'observe' of undefined #142

Open Mr-Fullstack opened 10 months ago

Mr-Fullstack commented 10 months ago

I'm getting this error: TypeError: Cannot read property 'observe' of undefined Captura de tela 2024-01-14 203618

This is my implementation:

Captura de tela 2024-01-14 203707 Captura de tela 2024-01-14 203752

ayrtonlacerda commented 9 months ago

the same issue

ftaibi commented 7 months ago

same issue

ricardo-0x07 commented 6 months ago

same issue

LucasESchuster commented 1 week ago

did you find out how to resolve this?

etornam45 commented 1 week ago

I also have same issue

etornam45 commented 1 week ago

I've solved mine, I just deleted all previous data in the collection and try again without changing the code