QLab cueKey Map references #104
jwetzell
started this conversation in
Optimizations
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
@sparks-alec So this seems to be the "problem" line that is clobbering references which I think is pretty obvious now how the objects in ...keyValues.children will have different references (although the same data probably). I think some lodash magic can resolve this or some by hand logic to do the merging. A problem that will arise will be when the arrays (existing cues and incoming cues) don't line up there will need to be some sort of reconciliation for adding/removing cues.
Beta Was this translation helpful? Give feedback.
All reactions