Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

- In type errors, recommend stdlib over Belt functions for converting between float/int/string. https://github.com/rescript-lang/rescript/pull/7453
- Make `Jsx.element` a private empty record to avoid unnecessary `Primitive_option.some`. https://github.com/rescript-lang/rescript/pull/7450
- Remove unused type `Jsx.ref`. https://github.com/rescript-lang/rescript/pull/7459

# 12.0.0-alpha.12

Expand Down
2 changes: 0 additions & 2 deletions runtime/Jsx.res
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@
// unnecessarily add `Primitive_option.some` calls for optional props.
type element = private {}

type ref

@val external null: element = "null"

external float: float => element = "%identity"
Expand Down