meteor-user-status icon indicating copy to clipboard operation
meteor-user-status copied to clipboard

UserStatus no longer global

Open rijk opened this issue 6 years ago • 3 comments

I think this has to do with the 'decaffinating' of the package; after updating to 1.0.0 using UserStatus without importing no longer works. To get it to work, you have to do:

import { UserStatus } from 'meteor/mizzao:user-status'

Maybe we should mention this in the Readme (and History as a breaking change)?

rijk avatar Nov 13 '19 09:11 rijk

Good suggestion. I also noticed v1.0.0 wasn't tagged, and perhaps something we should consider as described in #125.

mizzao avatar Nov 13 '19 16:11 mizzao

Good suggestion. I also noticed v1.0.0 wasn't tagged, and perhaps something we should consider as described in #125.

Please see https://github.com/orgs/Meteor-Community-Packages/teams/meteor-utils/discussions/1/comments/12

wreiske avatar Nov 13 '19 16:11 wreiske

Yes this caught me and scared me, I moved to Windows 10, and UserStatus wasn't there, I was under the impression I had mis-configured the new system. I finally noticed that the version was different comparing packages to my Windows 7 machine. "Decaffinated" is funny.

sotarules avatar Dec 15 '19 01:12 sotarules