rocicorp / replicache-nextjs

Generic Replicache backend for Next.js
Apache License 2.0
21 stars 8 forks source link

remove unnecessary useReplicache check for falsey spaceID & fix types #7

Closed xvvvyz closed 2 years ago

xvvvyz commented 2 years ago

We never set rep if spaceID is falsey and rep is null by default. We also need to allow spaceID to be null/undefined. Original PR: https://github.com/rocicorp/replicache-nextjs/pull/6