Closed germanp closed 5 years ago
I've found that when you try to use get() or sync() for a state like that:
{ status: { $in: [] }
It generates the path as ["status", "in"] without dollar sign.
This probably just needs a tweak to the regexps. I'll see what I can do in the next few days.
Oh! You've done it, sorry, was reading this on my mobile 😁
Released! https://twitter.com/dave_stewart/status/1105075672135933952
I've found that when you try to use get() or sync() for a state like that:
{ status: { $in: [] }
It generates the path as ["status", "in"] without dollar sign.