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
In #2245, we added ts-essentials as a dependency, which is undesirable in the long term. Our goal is to have MST be dependency-free (other than a peer dependency on MobX, and dev dependencies as needed).
We should find a way to get rid of that dependency. For now it's a very small, TS-only dep, and including it fixes bugs out in production.
The text was updated successfully, but these errors were encountered:
I thought I'd use far more utilities from it, but I ended up really only using one in the end, so it wouldn't be hard to just rewrite it! I can own that.
In #2245, we added
ts-essentials
as a dependency, which is undesirable in the long term. Our goal is to have MST be dependency-free (other than a peer dependency on MobX, and dev dependencies as needed).We should find a way to get rid of that dependency. For now it's a very small, TS-only dep, and including it fixes bugs out in production.
The text was updated successfully, but these errors were encountered: