profile
프론트엔드 공부중 기억은 블로그가 대신합니다.

리액트 네이티브 에러

iOS-Xcode 시뮬레이터 키보드가 안 보일 경우

2023년 8월 16일
·
1개의 댓글
·

리액트 네이티브 에러

리액트 네이티브 에러

2023년 8월 16일
·
0개의 댓글
·

React native 세팅

기존에 사용하고 있던 맥북 m1에 react native를 책과 인터넷을 참고하며 세팅을 시작했다.

2023년 8월 1일
·
0개의 댓글
·
post-thumbnail

유용한 도구

캡쳐 및 빠른 수정라이트샷https://blog.naver.com/jin-woong/222090106719윈도우 유용한 기능 모음powerToyshttps://anchoki.tistory.com/1818

2023년 6월 20일
·
0개의 댓글
·
post-thumbnail

[짧은 에러 모음]

오류 1 tsx -> ts 로 가져오면 element가 아닌 타입형태로 가져옴 https://stackoverflow.com/questions/62059408/reactjs-and-typescript-refers-to-a-value-but-is-being-used-as

2023년 2월 12일
·
0개의 댓글
·
post-thumbnail

[에러] 시간 설정

문제: Invalid character in header content "Set-Cookie"...

2023년 2월 12일
·
0개의 댓글
·
post-thumbnail

[에러] use createWrapper()

경고 메세지 use createWrapper() and wrapper.useWrappedStore()

2023년 2월 12일
·
0개의 댓글
·
post-thumbnail

[오류] git merge 할때 Try simple merge with origin

문제: git merge origin (브랜치)

2023년 2월 12일
·
0개의 댓글
·
post-thumbnail

[오류] 터미널에 @뭐시기가 뜰 때

문제: 터미널에 package.json의 api 같은 @뭐시기가 뜸

2023년 2월 12일
·
0개의 댓글
·
post-thumbnail

[오류] 터미널 zsh 오류

문제 : zsh: corrupt history file /home/george/.zsh_history

2023년 2월 12일
·
0개의 댓글
·
post-thumbnail

[오류] merge 충돌 rebase

문제 : git에서 충돌이 발생하고 conflict 수정 후 커밋 후 푸시할 때, push가 안되고 pull하라는 안내로 pull이 할 때, rebase 안내가 나옴

2023년 2월 12일
·
0개의 댓글
·
post-thumbnail

[메모] 프론트엔드 업무 1

공부 내용 정리

2023년 2월 12일
·
0개의 댓글
·
post-thumbnail

[React] 리덕스와 context 차이점과 사용하는 곳

리덕스와 context 차이점과 사용하는 곳

2023년 2월 5일
·
0개의 댓글
·
post-thumbnail

[에러] e.message

문제: e.message 사용시 Object is of type 'unknown'.ts 발생

2023년 2월 5일
·
0개의 댓글
·
post-thumbnail

[에러] Nextjs Link a child

Link와 a태그

2023년 2월 5일
·
0개의 댓글
·
post-thumbnail

[에러] createStore

문제: createStore 사용시 중앙선이 그어지며 deprecated 되었으니 redux/toolkit의 configureStore 사용을 추천한다는 문구가 있음

2023년 2월 5일
·
0개의 댓글
·
post-thumbnail

[에러] next.js에서 fs

문제: Next.js Module not found: Can't resolve 'fs'

2023년 2월 5일
·
0개의 댓글
·
post-thumbnail

[에러] react-router-dom url

문제: react-router-dom을 이용하여 페이지 전환을 하던 중, Link태그 클릭으로 url을 변경했지만 요소가 렌더링 되지 않음

2023년 2월 5일
·
0개의 댓글
·
post-thumbnail

[에러] Argument of type '() => Promise<void>' is not assignable to parameter of type 'EffectCallback'

작업중 패널에 useEffect에 문제가 떴다.

2023년 2월 5일
·
0개의 댓글
·
post-thumbnail

[에러] Select elements must be either controlled or uncontrolled.

문제: select 사용시 에러문구 발생

2023년 2월 5일
·
0개의 댓글
·