@player-ui/player 0.8.0-next.5 → 0.8.0-next.7

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.
@@ -1340,7 +1340,7 @@ var Player = function() {
1340
1340
  });
1341
1341
  };
1342
1342
  var hasSwitchKey = function hasSwitchKey(localKey) {
1343
- return localKey === "staticSwitch";
1343
+ return localKey === "staticSwitch" || localKey === "dynamicSwitch";
1344
1344
  };
1345
1345
  var hasTemplateKey = function hasTemplateKey(localKey) {
1346
1346
  return localKey === "template";