From feec44d603f781e67ca5e9da18177beb96d33486 Mon Sep 17 00:00:00 2001 From: Tomer Lichtash Date: Sun, 27 Oct 2024 16:35:17 +0200 Subject: [PATCH] fix: Fix updateScreenFromScreenState RELEASE (#831) ## Related Issues Fixes https://github.com/descope/etc/issues/8063 ## Related PRs | branch | PR | | ------------ | ---------- | | service a PR | Link to PR | | service b PR | Link to PR | ## Description A few sentences describing the overall goals of the pull request's commits. ## Must - [ ] Tests - [ ] Documentation (if applicable) --- packages/sdks/web-component/src/lib/descope-wc/DescopeWc.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/sdks/web-component/src/lib/descope-wc/DescopeWc.ts b/packages/sdks/web-component/src/lib/descope-wc/DescopeWc.ts index 61a332513..5e4fe3b24 100644 --- a/packages/sdks/web-component/src/lib/descope-wc/DescopeWc.ts +++ b/packages/sdks/web-component/src/lib/descope-wc/DescopeWc.ts @@ -989,7 +989,6 @@ class DescopeWc extends BaseDescopeWc { // we need to wait for all components to render before we can set its value setTimeout(() => { - updateScreenFromScreenState(this.rootElement, screenState); this.#updateExternalInputs(); handleAutoFocus(this.rootElement, this.autoFocus, isFirstScreen);