We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72fafa commit cba23b9Copy full SHA for cba23b9
src/utils/string.ts
@@ -25,7 +25,7 @@ export const buildTemplate = (strings: TemplateStringsArray, ...values: unknown[
25
const value = values[index] ?? '';
26
27
return `${state}${string}${value}`;
28
- });
+ }, '');
29
30
return result;
31
};
0 commit comments