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 7afcdcd commit 93fb4bfCopy full SHA for 93fb4bf
analysis/tests/src/Jsx.res
@@ -49,6 +49,6 @@ module Ext = {
49
external make: (~align: string=?) => React.element = "Typography"
50
}
51
52
-let _extMake = Ext.make
+let _ = (Ext.make, Ext.makeProps)
53
54
//^com <Ext al
0 commit comments