@malloydata/render 0.0.212-dev241113161329 → 0.0.212-dev241113165740
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.
|
@@ -149299,7 +149299,7 @@ const e0e = (t, e) => {
|
|
|
149299
149299
|
n++;
|
|
149300
149300
|
for (const u of t.field.allFields) {
|
|
149301
149301
|
const a = e.field(u), l = s.get(Hs(u)), c = u.isAtomicField() ? o.cell(u).value : void 0;
|
|
149302
|
-
if (c === null || typeof c > "u")
|
|
149302
|
+
if (u.isAtomicField() && (c === null || typeof c > "u"))
|
|
149303
149303
|
a.values.add(Sm), l.add(Sm);
|
|
149304
149304
|
else if (pJ(u, c)) {
|
|
149305
149305
|
const f = c;
|