Issue🚨2 Hook 사용 규칙 위반 recoil로 토큰 관리를 하고 useRecoilState를 사용했는데 다음과 같은 오류가 발생했다. Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons: 1. You might have mismatching versions of React and the renderer (such as React DOM) 2. You might be breaking the Rules of Hooks 3. You might have more than one copy of React in the same app See https.. 2024. 10. 4. xcode에서 실수로 파일 삭제 했을때 폰트 적용하는 법 찾아보고 따라 해보다가 파일을 잘못 삭제하는 엄청난 실수를....저질렀다. 무척 당황했지만 다른분이 깃으로 복구하는 것을 보고 나도 복구를 해봤다. 일단 git status를 해서 삭제된 파일들을 확인한다. 나는 이미 staged 상태 파일들이었기 때문에 staged area에서 복구를 하고 working directory에도 복구를 했다. git restore --staged ios/mutmut/AppDelegate.h ios/mutmut/AppDelegate.mm ios/mutmut/Images.xcassets/AppIcon.appiconset/Contents.json ios/mutmut/Images.xcassets/Contents.json ios/mutmut/Info.plist.. 2024. 7. 9. 이전 1 다음