It seems overly strict that the href channel causes data to be filtered if the provided values are null or undefined; instead, we should just not link those elements.
You can override the filter using the channels option as a workaround:
channels: {href: {value: "link", filter: null}}