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

Regression: Slot is not re-rendering when inside <component> #1980

Closed
AlexandreBonaventure opened this issue Aug 27, 2020 · 1 comment · Fixed by #1987
Closed

Regression: Slot is not re-rendering when inside <component> #1980

AlexandreBonaventure opened this issue Aug 27, 2020 · 1 comment · Fixed by #1987
Labels
🐞 bug Something isn't working

Comments

@AlexandreBonaventure
Copy link
Contributor

Version

3.0.0-rc.7 (still an issue in latest 3.0.0-rc.9)

Reproduction link

https://jsfiddle.net/L8n6vc5j/1/
working case with 3.0.0-rc.6 here: https://jsfiddle.net/L8n6vc5j/3/

Steps to reproduce

Put a reactive value to be rendered inside a slot wrapped by a <component>.
In the fiddle above the contrived example is using :is="''div'" only to illustrate the issue, as it does not make much sense in a real world use-case.

What is expected?

The reactive value change should trigger a render and the slot should be updated

What is actually happening?

the slot is not updating accordingly to the value change

@FrankFang
Copy link

FrankFang commented Aug 30, 2020

#2013
No luck for 3.0.0-rc.6

yyx990803 pushed a commit that referenced this issue Sep 1, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Nov 5, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🐞 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants