Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/react-component/form
/ updateFields
Method
updateFields
src/createFieldsStore.js:28–30 ·
view source on GitHub ↗
(fields)
Source
from the content-addressed store, hash-verified
26
}
27
28
updateFields(fields) {
29
this.fields = internalFlattenFields(fields);
30
}
31
32
flattenRegisteredFields(fields) {
33
const
validFieldsName = this.getAllFieldsName();
Callers
1
componentWillReceiveProps
Function · 0.80
Calls
1
internalFlattenFields
Function · 0.85
Tested by
no test coverage detected