🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
10.62k
stars
600
forks
source link
Invoking `useObservables` causes React to warn me about not using UNSAFE_componentWillReceiveProps in strict mode. #1442
Open
dsemelianov opened 1 year ago
I'm integrating WatermelonDB into my React project. Everything is fine until I add my first invocation of
useObservables
, like so:Whenever I run the project and get to the point where the
EnhancedUnsubscribeTab
component is rendered, React throws this error in the console:Is this normal?