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

Conditional Slots are not triggering render updates when forward by HOC component #1594

Closed
AlexandreBonaventure opened this issue Jul 15, 2020 · 1 comment

Comments

@AlexandreBonaventure
Copy link
Contributor

Version

3.0.0-beta.22

Reproduction link

https://jsfiddle.net/9jvpeq2o/2/

Steps to reproduce

So I step into this case where I need a HOC that is just forwarding default slot. The problem is it does not seem to play well with conditional slots.

What is expected?

Conditional slots should render reactively
In the repro above the content of the first dynamic slot should change (blink) accordingly to reflect state.

What is actually happening?

They are not.


@509dave16
Copy link

@AlexandreBonaventure You might need to also forward scopedSlots.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants