Subscribe to my email list now at http://jauyeung.net/subscribe/
Follow me on Twitter at https://twitter.com/AuMayeung
Many more articles at http...
For further actions, you may consider blocking this person and/or reporting abuse
Attempted import error: 'decorate' is not exported from 'mobx'.
getting this error
so i changed decorate to makeObservable , but now i am getting this error
Error: [MobX] Cannot decorate undefined property: 'calendarEvents'
Did you follow this guide?
mobx.js.org/observable-state.html
You tried enabling decorators?
mobx.js.org/enabling-decorators.html
Yes after that I switched to makeObserver
If you use decorators, then you don't use makeObserver.
The repo is at bitbucket.org/hauyeung/react-calen...
yes yes , it seems they stopped with decorator i guess
anyways thanks for the repository it works now :)
No problem
I am attempting to use this calender app within a ToDoList application I am building. How can I pass the logged in user of my app their own Calendar? With the info they have saved in their database
hey i am kinda working on the same thing , if it is fine by you to share the repo would be a great help .
Thanks for reading.
Sure. Let me find it and link it here.
You can them from the API or store the user data on client side.