We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b4bd06 + c93840e commit c6ac023Copy full SHA for c6ac023
apps/class-solid/src/lib/encode.ts
@@ -51,7 +51,7 @@ export function toPartial(config: ExperimentConfig): PartialExperimentConfig {
51
reference,
52
preset: config.preset,
53
permutations: config.permutations.map((perm) =>
54
- pruneConfig(perm, config.reference, preset.config),
+ pruneConfig(perm, config.reference),
55
),
56
observations: config.observations,
57
};
0 commit comments