BREAKING CHANGE: puppet.id
will change to puppet.loggedInUserId
#160
Labels
puppet.id
will change to puppet.loggedInUserId
#160
Uh oh!
There was an error while loading. Please reload this page.
Before
puppet.id
is defined asundefined | string
and will be set when the puppet logged in with a user-idAfter
puppet.id
will store a UUID when instantiating the Puppet, and the log on/off status will usepuppet.loggedInUserId
instead.currentUserId
will be defined as theundefined | string
to store the logged in user idThe text was updated successfully, but these errors were encountered: