Skip to content

Commit 7a09428

Browse files
mununkicristianoc
authored andcommitted
remove Jsx.addKeyProp
1 parent 836e5ae commit 7a09428

File tree

5 files changed

+16
-19
lines changed

5 files changed

+16
-19
lines changed

jscomp/main/builtin_cmi_datasets.ml

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

jscomp/others/jsx.ml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,3 @@ type 'props component = ('props, element) componentLike
3737
(* this function exists to prepare for making `component` abstract *)
3838
external component : ('props, element) componentLike -> 'props component
3939
= "%identity"
40-
41-
external addKeyProp : 'props -> string -> 'props = "Object.assign"
42-
[@@inline] [@@bs.val]

lib/4.06.1/unstable/js_compiler.ml

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

lib/4.06.1/unstable/js_playground_compiler.ml

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

lib/4.06.1/whole_compiler.ml

Lines changed: 4 additions & 4 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)