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
As Mobx is now in 6.0.1, this repository should add in the ReadMe and in the examples (should update mobx version) makeObservable(this) or makeAutoObservable(this) (if no decorators) in the constructor. If decorators is used "useDefineForClassFields": true should be added to in tsconfig.json too.
(if you validate I can create the pr)
The text was updated successfully, but these errors were encountered:
As Mobx is now in 6.0.1, this repository should add in the ReadMe and in the examples (should update mobx version)
makeObservable(this)
ormakeAutoObservable(this)
(if no decorators) in the constructor. If decorators is used"useDefineForClassFields": true
should be added to in tsconfig.json too.(if you validate I can create the pr)
The text was updated successfully, but these errors were encountered: