Replies: 1 comment
-
Think I figured it out:
That seems more complicated than it should be, though. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's the best way to keep UIEntities synced with their corresponding entities?
I have UIEntities that track the selection state of my entities. When setEntities is called, I want to add new UIEntities with
{selected: false}
for only the new entities. For any existing entities, I want to retain the existing selection state. None of the entity mutation methods seem to do the trick. Any suggestions?Beta Was this translation helpful? Give feedback.
All reactions