-
In a js file I try to import the following:
No problem to import Anyone did run through a similar issue ? I use the latest vitejs and mobx to develop. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The decorate API has been removed in MobX 6. Use https://github.com/mobxjs/mobx/blob/main/packages/mobx/CHANGELOG.md#breaking-changes |
Beta Was this translation helpful? Give feedback.
The decorate API has been removed in MobX 6. Use
makeObservable
/makeAutoObservable
as a replacement.https://github.com/mobxjs/mobx/blob/main/packages/mobx/CHANGELOG.md#breaking-changes