Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DTStack/molecule
/ forceUpdate
Function
forceUpdate
src/react/component.ts:81–83 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
public forceUpdate() {
82
this.setState(cloneDeep(this.state));
83
}
84
85
public getState(): S {
86
return
this.state;
Callers
nothing calls this directly
Calls
1
setState
Method · 0.80
Tested by
no test coverage detected