inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

Insu Seo님의 게시글

Insu Seo Insu Seo

@kocon1351129

수강평 작성수
-
평균평점
-

게시글 3

질문&답변

type error 가뜨는데 원인을 잘 모르겠어요.

+ 추가로 콘솔창에 이런 오류가 떠있는데 무시하면되는걸까요? Warning: Prop `className` did not match. Server: "ant-input-search sc-AxmLO bcIYUP ant-input-search-enter-button ant-input-group-wrapper" Client: "ant-input-search sc-AxiKw ljUZQI ant-input-search-enter-button ant-input-group-wrapper" in span (created by ClearableLabeledInput) in ClearableLabeledInput (created by Context.Consumer) in Input (created by Context.Consumer) in Search (created by Styled(Search)) in Styled(Search) (at AppLayout.js:30) in li (created by MenuItem) in MenuItem (created by Connect(MenuItem)) in Connect(MenuItem) (created by Trigger) in Trigger (created by ForwardRef(Tooltip)) in ForwardRef(Tooltip) (created by Tooltip) in Tooltip (created by Context.Consumer) in MenuItem (at AppLayout.js:29) in ul (created by DOMWrap) in DOMWrap (created by SubPopupMenu) in SubPopupMenu (created by Connect(SubPopupMenu)) in Connect(SubPopupMenu) (created by Menu) in Provider (created by Menu) in Menu (created by Context.Consumer) in InternalMenu (created by Context.Consumer) in Menu (at AppLayout.js:18) in div (at AppLayout.js:17) in AppLayout (at pages/index.js:11) in Home (at _app.js:14) in NodeBird (created by withRedux(NodeBird)) in Provider (created by withRedux(NodeBird)) in withRedux(NodeBird) in ErrorBoundary (created by ReactDevOverlay) in ReactDevOverlay (created by Container) in Container (created by AppContainer) in AppContainer in Root

좋아요수
0
댓글수
4
조회수
329

질문&답변

type error 가뜨는데 원인을 잘 모르겠어요.

선생님 해결했습니다.. 액션을 가져올 때 { } 없이 그냥 가져와서 오류가 난 것 같아요. import { loginAction } from "../reducers/index" ;

좋아요수
0
댓글수
4
조회수
329