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.
1 parent 9ca9fbb commit 9dd76e0Copy full SHA for 9dd76e0
lib/src/index.ts
@@ -35,7 +35,7 @@ export const resolveConflicts = async <T extends string = InbuiltMergeStrategies
35
path: "",
36
ctx: {
37
config: normalizedConfig,
38
- strategies: normalizedConfig.customStrategies,
+ strategies: normalizedConfig.customStrategies ?? {},
39
_strategyCache,
40
},
41
}),
0 commit comments