Всем привет. Не подскажите, как исправить ошибку? Cannot read property "profilePage" of undefined. Код:
let arrayPosts =
props.appState.profilePage.map( p => <Post message={p.message} likesCount={p.likesCount} repostCount={p.repostCount} img={p.img}/>)
<Posts profilePage={props.appState.profilePage}/>
<Route path="/profile" render={() => <Profile appState={props.appState.profilePage}/> }/>
let appState = {
profilePage: {
postStatistics: [