미해결
iOS/Android 앱 개발을 위한 실전 React Native - Intermediate
Could not find "store" in the context of "Connect(AuthForm)"
안녕하세요.
강의 잘듣고 있습니다.
이제 redux에 들어가려고 하는데 아래 부분에서 딱 걸리네요.
windows에서 개발 중입니다.
========================
export default AuthForm;
에서 아래로 변경시
========================
export default connect(mapStateToProps, mapDispatchToProps)(AuthForm);
아래 처럼 오류가 발생합니다
========================
Could not find "store" in the context of "Connect(AuthForm)". Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to Connect(AuthForm) in connect options.
무엇이 문제일까요??