Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alephdata/aleph
/ mapStateToProps
Function
mapStateToProps
ui/src/components/common/types/Numeric.jsx:6–8 ·
view source on GitHub ↗
(state)
Source
from the content-addressed store, hash-verified
4
import { selectLocale } from
'selectors'
;
5
6
const mapStateToProps = (state) => ({
7
locale: selectLocale(state),
8
});
9
10
export default connect(mapStateToProps)(Numeric);
Callers
nothing calls this directly
Calls
1
selectLocale
Function · 0.90
Tested by
no test coverage detected