You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSX internal representation and user both can define the props type in the same scope. In order to show a better error message, multiple locations of props type need to be handled specially. Even generalizing this issue, multiple locations of duplicated definitions could be handled for a better user experience.
The text was updated successfully, but these errors were encountered:
moduleStringSet=Set.Make(structtype t =stringletcompare (x:t) y=String.compare x y end)
letcheckcllocset_refname=ifStringSet.mem name !set_ref
then raise(Error(loc, Env.empty, Repeated_name(cl, name)))
else set_ref :=StringSet.add name !set_ref
The JSX internal representation and user both can define the props type in the same scope. In order to show a better error message, multiple locations of props type need to be handled specially. Even generalizing this issue, multiple locations of duplicated definitions could be handled for a better user experience.
The text was updated successfully, but these errors were encountered: