-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Member position #456
Member position #456
Conversation
🦋 Changeset detectedLatest commit: 8154a06 The changes in this PR will be included in the next version bump. This PR includes changesets to release 6 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Looks good! Do you want to include the changes for "js" in this PR? |
if (!options.payload) { | ||
return | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If this is an error
for us, i would either log something or throw an error ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Checklist
requestedPosition
andcurrentPosition
to the member interfacemember.updated
layout.changed
events in case the end-user asked formember.updated
. Not the reverse since we don't needmember.updated
data to trigger alayout.changed
.currentPosition
to a (normal) server-sidemember.updated
eventlayout.changed
events and generate localmember.updated
based on the data of the previous and currentlayout.changed
.