Skip to content

Commit

Permalink
fix codegen unknown type issue (#8959)
Browse files Browse the repository at this point in the history
fix #8958
  • Loading branch information
ansis authored and mourner committed Nov 11, 2019
1 parent da00339 commit 0abe854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/generate-style-code.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ global.flowType = function (property) {
return `Color`;
case 'formatted':
return `Formatted`;
case 'image':
case 'resolvedImage':
return `ResolvedImage`;
case 'array':
if (property.length) {
Expand Down

0 comments on commit 0abe854

Please sign in to comment.