You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: