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

fix(compiler): nested scoped slot not update (fix #12232, #12245) #12265

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

JuniorTour
Copy link
Contributor

@JuniorTour JuniorTour commented Sep 8, 2021

Before Fix After Fix
Issue Fix #12232
Reproduction Link https://jsbin.com/sakiwam/edit?html,output https://jsbin.com/rexakik/edit?html,output
Screenshot 07c1d1a2d9f45bbe4714417e951d86a 58e5456a8458ee88724aab0a8d54187
Issue Fix #12245
Reproduction Link https://codesandbox.io/s/vue-2-x-reactivity-broken-tqogh https://jsbin.com/gatanir/edit?html,output
Screenshot edb6f72f5584eeb0c27612cc4de0bd7 62643d55033a817bddbf8bbef0d46af

What kind of change does this PR introduce? (check at least one)

  • Bugfix
  • Feature
  • Code style update
  • Refactor
  • Build-related changes
  • Other, please describe:

Does this PR introduce a breaking change? (check one)

  • Yes
  • No

If yes, please describe the impact and migration path for existing applications:

The PR fulfills these requirements:

If adding a new feature, the PR's description includes:

  • A convincing reason for adding this feature (to avoid wasting your time, it's best to open a suggestion issue first and wait for approval before working on it)

Other information:

@JuniorTour JuniorTour force-pushed the fix-12232-nested-scoped-slot branch from e5e063a to 041f514 Compare September 9, 2021 16:34
@hivokas
Copy link

hivokas commented Sep 20, 2021

Great!

@hivokas
Copy link

hivokas commented Sep 23, 2021

Is there anything that prevents this PR from being merged? 👀
It fixes the issue I have in the app I'm working on.

@JuniorTour
Copy link
Contributor Author

Is there anything that prevents this PR from being merged? 👀
It fixes the issue I have in the app I'm working on.

We have to wait for code review and approval from official maintainer. 🤷‍♂️

@posva posva changed the title fix(compiler): nested scoped slot not update (fix 12232, #12245) fix(compiler): nested scoped slot not update (fix #12232, #12245) Oct 1, 2021
@trevorgehman
Copy link

Curious if this will be merged? It seems to fix the discrepancy between the old and new slot syntax, which is breaking some reactivity for us within nested slots.

@shengnoyi
Copy link

Is there any plan for when to merged this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants