reasonml / reason

Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems
http://reasonml.github.io
MIT License
10.08k stars 425 forks source link

Comments and opens #2696

Closed davesnx closed 1 year ago

davesnx commented 1 year ago
// Quick and dirty solution to get updated names
// Can be removed once we switch to controlled inputs
open Webapi.Dom;
open // Quick and dirty solution to get updated names
     // Can be removed once we switch to controlled inputs
     Webapi.Dom;
SanderSpies commented 1 year ago
// Quick and dirty solution to get updated names
// Can be removed once we switch to controlled inputs
open Webapi.Dom;

prints as

// Quick and dirty solution to get updated names
// Can be removed once we switch to controlled inputs
open Webapi.Dom;

for me. Or is something else wrong here?

davesnx commented 1 year ago

This is resolved under 3.9.0