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
the _getField() function misses the cache when the field required is an array, e.g:
// user = {emails: [{address: '1@example.com', verified: true}, {address: '[email protected]', verified: false}]}// this will miss the cache because _getField() cannot find the 'address' property 'emails'Meteor.user("emails.address")
I'm already working on a PR to fix this and a few other minor issues, should be available in a day or so...
The text was updated successfully, but these errors were encountered:
wildhart
changed the title
_getField
_getField misses the cache when required field is in an array
Jun 6, 2019
wildhart
added a commit
to wildhart/userCache
that referenced
this issue
Jun 8, 2019
the
_getField()
function misses the cache when the field required is an array, e.g:I'm already working on a PR to fix this and a few other minor issues, should be available in a day or so...
The text was updated successfully, but these errors were encountered: