Nozbe / WatermelonDB

🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
https://watermelondb.dev
MIT License
10.62k stars 600 forks source link

Add missing bracket to code snippet #1749

Closed DiNitride closed 6 months ago

DiNitride commented 9 months ago

withDatabase code snippet is missing a bracket for the compose function. PR adds this to the docs to avoid minor head scratching.

Some docs on what compose is and does would be nice too!

radex commented 6 months ago

good catch, but the proposed diff isn't quite right -- I fixed it on master