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!
The changes noted here and some other ones have been published. Version 4.7 of the JS driver is now available. Release 4.7.0 · fauna/faunadb-js · GitHub
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.