LearnNewsExamplesServices
Frontmatter
id6113
titlecomponent.Base: updateVdom() => store the resolver for silent vdom updates
stateClosed
labels
enhancement
assigneestobiu
createdAtNov 14, 2024, 7:00 PM
updatedAtNov 14, 2024, 7:03 PM
githubUrlhttps://github.com/neomjs/neo/issues/6113
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtNov 14, 2024, 7:03 PM

component.Base: updateVdom() => store the resolver for silent vdom updates

Closed v8.1.0 enhancement
tobiu
tobiu commented on Nov 14, 2024, 7:00 PM

super edge case and did not happen before.

in theory a dev could do something like:

this.silentVdomUpdate = true;
this.promiseUpdate().then(() => {console.log('done')});
this.silentVdomUpdate = false;
tobiu added the enhancement label on Nov 14, 2024, 7:00 PM
tobiu assigned to @tobiu on Nov 14, 2024, 7:00 PM
tobiu referenced in commit 588c966 - "component.Base: updateVdom() => store the resolver for silent vdom updates #6113" on Nov 14, 2024, 7:03 PM
tobiu closed this issue on Nov 14, 2024, 7:03 PM