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
If consuming the EUI and importing the scss the following warnings are displayed re missing svg files:
WARNING in ./node_modules/css-loader!./node_modules/postcss-loader/lib!./node_modules/sass-loader/lib/loader.js!./app/index.scss
(Emitted value instead of an instance of Error) postcss-inline-svg: /opt/ama_survey_app/client/app/index.scss:1747:9: Can't load '/opt/ama_survey_app/client/src/components/icon/assets/check.svg'
@ ./app/index.scss 4:14-161
@ ./app/index.js
@ multi (webpack)-dev-server/client?http://localhost:8080 ./app/index.js
They can obviously be copied into a place as a workaround. Is there a recommendation we can provide to ensure these are identified at the correct location i.e. in node_modules?
The text was updated successfully, but these errors were encountered:
I think this should be fixed in master #407 because we changed the way the checkboxes and radios are handles and we no longer reference images directly in our CSS. Though maybe there still needs to be a fix for future images in CSS files?
If consuming the EUI and importing the scss the following warnings are displayed re missing svg files:
They can obviously be copied into a place as a workaround. Is there a recommendation we can provide to ensure these are identified at the correct location i.e. in node_modules?
The text was updated successfully, but these errors were encountered: