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