Error/React Native
Cannot read property ‘getItem’ of undefined
conqueror-G
2022. 11. 27. 06:13
Platform | Mobile |
Skill | React Native |
✏️ Error 사진
✏️ Error 이름
Cannot read property ‘getItem’ of undefined
✏️ Error 해결방법
1. @bable/plugin-proposal-class-properties 제거
yarn remove @bable/plugin-proposal-class-properties
2. babel.config.js에서 해당 문구 제거
["@babel/plugin-proposal-class-properties"]