Skip to content

Commit 13e5d22

Browse files
vbfoxalfonsogarciacaro
authored andcommitted
Remove erase
1 parent 7b6f98c commit 13e5d22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Fable.React/Fable.Helpers.React.fs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -851,10 +851,8 @@ let inline fn<'P> (f: 'P -> ReactElement) (props: 'P) (children: ReactElement se
851851
let inline ofImport<'P> (importMember: string) (importPath: string) (props: 'P) (children: ReactElement seq): ReactElement =
852852
createElement(import importMember importPath, props, children)
853853

854-
[<Erase>]
855854
type ReactElementType<'props> = interface end
856855

857-
[<Erase>]
858856
type ReactComponentType<'props> =
859857
inherit ReactElementType<'props>
860858
abstract displayName: string option with get, set

0 commit comments

Comments
 (0)