Skip to content
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

HOTFIX: rolling back watcher change #1158

Merged
merged 1 commit into from
Dec 14, 2021
Merged

Conversation

stackoverfloweth
Copy link
Contributor

PR Checklist:

  • add a short description of what's changed to the top of the CHANGELOG.md
  • add/update tests (or don't, for reasons explained below)

Describe this PR

return this.show
},
set(value) {
this.$emit('update:show', value)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are any higher-level components dependent on this emitter?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved live

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a rolling back to previous functionality, so no, nothing should be expecting to receive this emit. In an attempt to remove the watcher, I mistakingly assumed that the prop was always provided, so updating the prop would be a more correct way to ensure that show stays up to date. Views like the FlowConcurrency do not pass the prop, so emitting update:show has no effect

return this.show
},
set(value) {
this.$emit('update:show', value)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved live

@znicholasbrown znicholasbrown merged commit e03bea1 into master Dec 14, 2021
@znicholasbrown znicholasbrown deleted the management-layout-hotfix branch December 14, 2021 18:30
@stackoverfloweth stackoverfloweth changed the title rolling back watcher change HOTFIX: rolling back watcher change Dec 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants