We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d565b0f commit d34eed1Copy full SHA for d34eed1
src/utilities/generateFlowTypeDocument.js
@@ -30,7 +30,7 @@ export default (
30
const typeNames = Object.keys(groupedProperties);
31
32
for (const typeName of typeNames) {
33
- const typeProperties = groupedProperties[typeNames];
+ const typeProperties = groupedProperties[typeName];
34
35
const typeDeclaration = `
36
export type ${typeName} = {|
0 commit comments