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
{{ message }}
This repository has been archived by the owner on Jun 15, 2023. It is now read-only.
So for instance a Layer is created ST-style and then frozen, and can no longer be mutated. That way we get a pure interface safely, as you can only locally mutate while building, and then the effectfulness is restricted to actually setting layers on a chart, etc.
There may be a good reason why it's not possible to do this, but it's an idea anyway 😄
The text was updated successfully, but these errors were encountered:
So for instance a
Layer
is createdST
-style and then frozen, and can no longer be mutated. That way we get a pure interface safely, as you can only locally mutate while building, and then the effectfulness is restricted to actually setting layers on a chart, etc.There may be a good reason why it's not possible to do this, but it's an idea anyway 😄
The text was updated successfully, but these errors were encountered: