userCache
userCache copied to clipboard
fix #5 #7 #8 #9
Here's my PR to fix the minor issues I found since I started using this excellent package!
I've tested this in production with Meteor 1.8.
Just realised that {fields}
is ES2015 only. Is anyone on Meteor not using ES2015? Might be worth replacing with {fields: fields}
just to make sure.