We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85f4244 commit 5fd8b75Copy full SHA for 5fd8b75
src/React.res
@@ -432,6 +432,3 @@ external setDisplayName: (component<'props>, string) => unit = "displayName"
432
433
@get @return(nullable)
434
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