Skip to content

Commit 2b56f82

Browse files
vbfoxalfonsogarciacaro
authored andcommitted
Remove useless inline
1 parent 5dad0c6 commit 2b56f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ module ReactElementType =
915915
/// By default it will only shallowly compare complex objects in the props object. If you want control over the
916916
/// comparison, you can use `memoWith`.
917917
[<Import("memo", from="react")>]
918-
let inline memo<'props> (render: 'props -> ReactElement) : ReactComponentType<'props> =
918+
let memo<'props> (render: 'props -> ReactElement) : ReactComponentType<'props> =
919919
jsNative
920920

921921
[<Import("memo", from="react")>]

0 commit comments

Comments
 (0)