-
Hi folks 👋 I'm refactoring/removing the old style libs in project to
Webpack isn't able to build with the type error:
Current dependencies match the ones in the sandbox, little confused on why it's having a hard time building 📦 {
"dependencies": {
....
"@twilio-paste/animation-library": "0.2.1",
"@twilio-paste/core": "2.15.1",
"@twilio-paste/design-tokens": "5.3.1",
"@twilio-paste/dropdown-library": "0.1.2",
"@twilio-paste/icons": "2.3.1",
"@twilio-paste/reakit-library": "0.6.2",
"@twilio-paste/style-props": "1.2.7",
"@twilio-paste/styling-library": "0.1.1",
"@twilio-paste/theme": "3.2.7",
"@twilio-paste/types": "3.0.11",
....
"prop-types": "15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-uid": "2.2.0"
},
} |
Beta Was this translation helpful? Give feedback.
Answered by
TheSisb
Jul 5, 2020
Replies: 1 comment
-
This looks like a React Typescript issue based on the error message. Please try updating your version of |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mohseenrm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This looks like a React Typescript issue based on the error message. Please try updating your version of
@types/react