KaiHotz / react-formik-ui

A simple component library, composed out of pure HTML form elements to make your live easier composing forms with Formik and React
https://kaihotz.github.io/react-formik-ui/
MIT License
164 stars 15 forks source link

Could not load source file "src/lib/components/PhoneInput/styles.scss" #38

Closed allisonc2lee closed 5 years ago

allisonc2lee commented 5 years ago

Version "react-formik-ui": "^3.0.12",

Mode [Default]

Describe the bug Can't load the PhoneInput

⚠️  Could not load source file "src/lib/components/PhoneInput/styles.scss" in source map of "node_modules/@cm-pdsa/styleguide/dist/index.js".
⚠️  Could not load source file "src/lib/components/PhoneInput/styles.scss" in source map of "node_modules/react-formik-ui/dist/index.js".

Desktop (please complete the following information):

KaiHotz commented 5 years ago

Version 0.0.19 of React-Formik-Ui is not maintained anymore and doesn’t have the PhoneInput component. Please update to the latest version (3.0.20) of React-Formik-Ui

KaiHotz commented 5 years ago

By the way In version you mentioned Formik-Material-Ui, this would be a completely different library. Please clarify.

allisonc2lee commented 5 years ago

@KaiHotz Sorry, my bad. I typed the wrong name and version

KaiHotz commented 5 years ago

@chingchinglcc could you please update to version 3.0.20 ?

KaiHotz commented 5 years ago

@chingchinglcc to be save just uninstall React-Formik-Ui and install it again. You might have some old version in your node-modules folder. i just tried it on a test app and got no error message. it must be something on your setup.