We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.7
https://codesandbox.io/s/vue-3-slot-bug-6hj9c
Click the buttons and compare the expected with actual behaviour.
The slot should update the visible content to the results in the computed.
The slot isn't updating.
It took me a long time to figure out what might be causing this bug. It seems to be the combination of a few different things:
The text was updated successfully, but these errors were encountered:
a tip here: return false in shouldUpdateComponent() maybe patchFlag is incorrect. too busy to look into deep.
false
shouldUpdateComponent()
patchFlag
Sorry, something went wrong.
fix(compiler-core): fix the detection of forwarded slots with v-if or…
602b58e
… v-for (#3353) fix #3347
Successfully merging a pull request may close this issue.
Version
3.0.7
Reproduction link
https://codesandbox.io/s/vue-3-slot-bug-6hj9c
Steps to reproduce
Click the buttons and compare the expected with actual behaviour.
What is expected?
The slot should update the visible content to the results in the computed.
What is actually happening?
The slot isn't updating.
It took me a long time to figure out what might be causing this bug. It seems to be the combination of a few different things:
The text was updated successfully, but these errors were encountered: