@wise/dynamic-flow-client 5.14.0 → 5.14.1

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.
package/build/main.js CHANGED
@@ -6929,7 +6929,6 @@ var createFlowController = (props) => {
6929
6929
  }
6930
6930
  case "behavior": {
6931
6931
  void onBehavior(command.behavior);
6932
- rootComponent.setLoadingState("idle");
6933
6932
  break;
6934
6933
  }
6935
6934
  case "no-op": {
package/build/main.mjs CHANGED
@@ -6899,7 +6899,6 @@ var createFlowController = (props) => {
6899
6899
  }
6900
6900
  case "behavior": {
6901
6901
  void onBehavior(command.behavior);
6902
- rootComponent.setLoadingState("idle");
6903
6902
  break;
6904
6903
  }
6905
6904
  case "no-op": {