We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5945f02 commit e7d4781Copy full SHA for e7d4781
apps/class-solid/src/lib/encode.ts
@@ -53,6 +53,7 @@ export function toPartial(config: ExperimentConfig): PartialExperimentConfig {
53
permutations: config.permutations.map((perm) =>
54
pruneConfig(perm, config.reference, preset.config),
55
),
56
+ observations: config.observations,
57
};
58
}
59
0 commit comments