We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 441754e commit bece9c7Copy full SHA for bece9c7
CHANGELOG.md
@@ -43,6 +43,7 @@
43
44
- In type errors, recommend stdlib over Belt functions for converting between float/int/string. https://github.com/rescript-lang/rescript/pull/7453
45
- Make `Jsx.element` a private empty record to avoid unnecessary `Primitive_option.some`. https://github.com/rescript-lang/rescript/pull/7450
46
+- Remove unused type `Jsx.ref`. https://github.com/rescript-lang/rescript/pull/7459
47
48
# 12.0.0-alpha.12
49
runtime/Jsx.res
@@ -26,8 +26,6 @@
26
// unnecessarily add `Primitive_option.some` calls for optional props.
27
type element = private {}
28
29
-type ref
30
-
31
@val external null: element = "null"
32
33
external float: float => element = "%identity"
0 commit comments