Quantcast
Channel: ReScript Forum - Latest posts
Viewing all articles
Browse latest Browse all 1770

Object update vs. Object.set

$
0
0

This sentence in the ReScript docs claims that ReScript objects are not update-able: “Disallowed unless the object is a binding that comes from the JavaScript side.”

However, Object.set also exists, which seems like it allows you to update any Object.

What am I missing?


Viewing all articles
Browse latest Browse all 1770

Trending Articles