Skip to content

Commit debb946

Browse files
committed
update
1 parent db917c6 commit debb946

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

runtime/Jsx_common.res

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
* along with this program; if not, write to the Free Software
2323
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
2424

25-
// Define this as a private empty record so that the compiler does not
26-
// unnecessarily add `Primitive_option.some` calls for optional props.
27-
type element = private {}
25+
@notUndefined
26+
type element
2827

2928
@val external null: element = "null"
3029

0 commit comments

Comments
 (0)