Skip to content

Commit 5fd8b75

Browse files
committed
Revert "addKepProp function"
This reverts commit 85f4244.
1 parent 85f4244 commit 5fd8b75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/React.res

-3
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,3 @@ external setDisplayName: (component<'props>, string) => unit = "displayName"
432432

433433
@get @return(nullable)
434434
external displayName: component<'props> => option<string> = "displayName"
435-
436-
@inline
437-
let addKeyProp = (o: 't, k): 't => Obj.magic(Js.Obj.assign(Obj.magic(o), {"key": k}))

0 commit comments

Comments
 (0)