@player-ui/player 0.9.1-next.1 → 0.9.1-next.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2941,13 +2941,7 @@ var Resolver = class {
2941
2941
  prevASTMap
2942
2942
  );
2943
2943
  if (mTree.value !== void 0 && mTree.value !== null) {
2944
- if (mTree.node.parent?.type === "multi-node" /* MultiNode */ && Array.isArray(mTree.value)) {
2945
- mTree.value.forEach((v) => {
2946
- unpackAndPush(v, childValue);
2947
- });
2948
- } else {
2949
- childValue.push(mTree.value);
2950
- }
2944
+ childValue.push(mTree.value);
2951
2945
  }
2952
2946
  mTree.dependencies.forEach(
2953
2947
  (bindingDep) => childDependencies.add(bindingDep)