Going off Cannot specify `null` as default value for `Select` in JS driver with TypeScript
I cannot specify null in Equals:
import { Equals } from "faunadb";
Equals("1",null)
Going off Cannot specify `null` as default value for `Select` in JS driver with TypeScript
I cannot specify null in Equals:
import { Equals } from "faunadb";
Equals("1",null)
We have a PR already to fix Select. Thanks, for bumping!!
We’ve merged that PR and put together another one to add more nullable arguments where appropriate.
If we can’t publish a patch today, we’ll get it out early next week.
Thanks, again!