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

refactor(core): attach on mount, correctly handle fiber handoff #24

Merged
merged 2 commits into from
May 27, 2022

Conversation

CodyJasonBennett
Copy link
Member

Fixes a potential issue with attach and suspense by relegating the actual attachment until mount, where scene children are finalized.

Also cleans up internal react fiber handoff when swapping, creating, and inspecting instances in dev tools. Hopefully, this is the culprit of #4.

@CodyJasonBennett CodyJasonBennett merged commit b097575 into main May 27, 2022
@CodyJasonBennett CodyJasonBennett deleted the refactor-suspense-attach branch May 27, 2022 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant