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

Scheduled refresh doesn't kick in when directly rendering parent with children #199

Closed
GormanFletcher opened this issue May 7, 2021 · 4 comments · Fixed by #200
Closed
Assignees
Labels
bug Something isn't working

Comments

@GormanFletcher
Copy link

Reproduction

If a generator component yields an initial element, and schedules a refresh that yields another component, the second component's view is never displayed.

This only reproduces if <Parent> is the directly rendered element. If it's wrapped in a native tag (e.g., <p>), the render happens fine.

@brainkim brainkim self-assigned this May 7, 2021
@brainkim brainkim added the bug Something isn't working label May 7, 2021
@brainkim
Copy link
Member

brainkim commented May 7, 2021

That doesn’t look right! I’ll look into it. Thanks for reporting.

@brainkim
Copy link
Member

brainkim commented May 7, 2021

50% figured out what causes this but the fix is likely a little bit more involved. #155 could likely be solved as well if I’m working on this.

brainkim added a commit that referenced this issue May 11, 2021
@brainkim brainkim mentioned this issue May 11, 2021
brainkim added a commit that referenced this issue May 11, 2021
@brainkim
Copy link
Member

Hopefully fixed in 0.3.11

@GormanFletcher
Copy link
Author

Looking good so far, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants