Skip to content

Commit bece9c7

Browse files
authored
Remove unused type Jsx.ref (#7459)
* Remove unused type Jsx.ref * CHANGELOG
1 parent 441754e commit bece9c7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343

4444
- In type errors, recommend stdlib over Belt functions for converting between float/int/string. https://github.com/rescript-lang/rescript/pull/7453
4545
- 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
4647

4748
# 12.0.0-alpha.12
4849

runtime/Jsx.res

-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
// unnecessarily add `Primitive_option.some` calls for optional props.
2727
type element = private {}
2828

29-
type ref
30-
3129
@val external null: element = "null"
3230

3331
external float: float => element = "%identity"

0 commit comments

Comments
 (0)