@fedify
somehow today is a bad day and so I make errors ;) but maybe it is not obvious to others as well:
import { Object } from "jsr:@fedify/fedify";
That would override the complete js "Object" with Object.keys() and .values() and so.
import { Object as ASo } from "jsr:@fedify/fedify"; or anything is fine but maybe that should be mentioned in docs - as it is e.g. in https://github.com/ember-cli/ember-rfc176-data/blob/master/README.md#reserved-words
@sl007 Okay, we're adding a mention for it!