Reputation: 1657
I did an update to meteor 1.2. Also I changed the package to use 'react'. But in the code I used
var anything = new ReactiveDict();
var something = new ReactiveVar();
How do I have to change that to use my code in the new meteor?
Upvotes: 3
Views: 94