You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After running 'npm install @babel/plugin-proposal-class-properties --save-dev' then running npm start I got the following error
Uncaught TypeError: _interopRequireDefault is not a function
at ../../../node_modules/rc-util/lib/hooks/useMergedState.js (vendor.js:280159:23)
at webpack_require (bootstrap:79:1)
at ../../../node_modules/antd/lib/typography/Base/index.js (vendor.js:183406:47)
at webpack_require (bootstrap:79:1)
at ../../../node_modules/antd/lib/typography/Paragraph.js (vendor.js:184058:36)
at webpack_require (bootstrap:79:1)
at ./app/components/ShareLink/index.tsx (main.js:19950:87)
at webpack_require (bootstrap:79:1)
at ./app/components/games/GameCard.tsx (main.js:22478:68)
at webpack_require (bootstrap:79:1)
The text was updated successfully, but these errors were encountered:
After running 'npm install @babel/plugin-proposal-class-properties --save-dev' then running npm start I got the following error
Uncaught TypeError: _interopRequireDefault is not a function
at ../../../node_modules/rc-util/lib/hooks/useMergedState.js (vendor.js:280159:23)
at webpack_require (bootstrap:79:1)
at ../../../node_modules/antd/lib/typography/Base/index.js (vendor.js:183406:47)
at webpack_require (bootstrap:79:1)
at ../../../node_modules/antd/lib/typography/Paragraph.js (vendor.js:184058:36)
at webpack_require (bootstrap:79:1)
at ./app/components/ShareLink/index.tsx (main.js:19950:87)
at webpack_require (bootstrap:79:1)
at ./app/components/games/GameCard.tsx (main.js:22478:68)
at webpack_require (bootstrap:79:1)
The text was updated successfully, but these errors were encountered: