반응형
// 위 에러 문제는 프로미스로 반환된 경우이다
// 아래처림 비동기 처리해주면 된다
async componentDidMount() {
const userInfo = await loadStorageData();
console.log(userInfo);
if (!userInfo) {
console.log(userInfo);
// this.props.navigation.navigate("Main");
}
}
반응형
'에러' 카테고리의 다른 글
에러) fatal: not a git repository (or any of the parent directories): .git (0) | 2022.04.07 |
---|---|
ChunkLoadError Loading chunk node_modules next_dist_client_dev_noop js failed (0) | 2022.02.23 |
code: 'ER_BAD_FIELD_ERROR', errno: 1054, (0) | 2021.07.09 |
에러) Cannot Add Foreign Key Constraint (0) | 2021.07.06 |
에러) npm install 설치시 unable to resolve dependency tree (0) | 2021.07.04 |