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

Made On clonable. #33

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Made On clonable. #33

wants to merge 3 commits into from

Conversation

StarArawn
Copy link

@StarArawn StarArawn commented Jul 20, 2024

Its useful when you are building out a UI and need to pass a bundle down the tree to spawned later on.

Edge cases:

  1. If a user clones a system and it has not initialized it should be good.
  2. If a user clones a system and it has been initialized they are fine as long as it doesn't run twice in the same frame.
  3. If a user doesn't meet 1 or 2 they'll like run into weird change detection behavior and event behavior.

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