DEV Community

Discussion on: How to Make a Calendar App with React

Collapse
 
aumayeung profile image
John Au-Yeung

You tried enabling decorators?

mobx.js.org/enabling-decorators.html

Collapse
 
khushi24699 profile image
Khushi Kumar

Yes after that I switched to makeObserver

Thread Thread
 
aumayeung profile image
John Au-Yeung

If you use decorators, then you don't use makeObserver.

The repo is at bitbucket.org/hauyeung/react-calen...

Thread Thread
 
khushi24699 profile image
Khushi Kumar • Edited

yes yes , it seems they stopped with decorator i guess
anyways thanks for the repository it works now :)

Thread Thread
 
aumayeung profile image
John Au-Yeung

No problem