@malloydata/render 0.0.200-dev241012214927 → 0.0.200
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -49125,7 +49125,7 @@ class R5e extends T5e.View {
|
|
|
49125
49125
|
const s = r.found.fieldDef();
|
|
49126
49126
|
if (s === void 0)
|
|
49127
49127
|
throw new Error("Expected field to have definition");
|
|
49128
|
-
if ((0, B6.
|
|
49128
|
+
if ((0, B6.isAtomic)(s)) {
|
|
49129
49129
|
const o = {
|
|
49130
49130
|
type: "reduce",
|
|
49131
49131
|
queryFields: [this.reference.refToField]
|