Bug Description
Obsidian has started throwing a repeated error on every task note where the Relationships base is embedded: Failed to evaluate a filter: cannot find function "map" on type Link.
The error notification pops up every time I make a change to the active file, if that file has an embedded Relationships base, and the Blocking view is open in the base. So I infer it is complaining about this filter on the Blocking view: note.blockedBy.map(value.uid).contains(this.file.asLink()).
Additional context
I don't use the Relationships widget, instead I manually embed the Relationships base.