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 93b535f commit 7c80ba8Copy full SHA for 7c80ba8
lib/util/propTypesSort.js
@@ -185,7 +185,7 @@ function fixPropTypesSort(
185
);
186
187
const sourceCodeText = getText(context);
188
- let separator = null;
+ let separator = '';
189
source = nodes.reduceRight((acc, attr, index) => {
190
const sortedAttr = sortedAttributes[index];
191
const commentNode = commentnodeMap.get(sortedAttr);
0 commit comments