Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Lobos/react-ui
/ setValue
Method
setValue
src/Rating.js:40–42 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
38
}
39
40
setValue (value) {
41
this.setState({ value });
42
}
43
44
getValue () {
45
return
this.state.value;
Callers
3
componentWillReceiveProps
Method · 0.95
handleChange
Method · 0.95
componentWillReceiveProps
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected