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
Thank you for this amazing library! I am using the official theming guide at https://react.semantic-ui.com/theming to set up theming for my React App. Unfortuantely after following the steps and running npm start I get this error message:
Failed to compile.
./node_modules/semantic-ui-less/semantic.less (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-8-1!./node_modules/postcss-loader/src??postcss!./node_modules/less-loader/dist/cjs.js??ref--6-oneOf-8-3!./node_modules/semantic-ui-less/semantic.less)
@import (multiple) '../../theme.config';
^
Can't resolve '../../theme.config' in 'PROJECT_DIR/node_modules/semantic-ui-less/definitions/modules'
in PROJECT_DIR/node_modules/semantic-ui-less/definitions/modules/transition.less (line 19, column 0)
It seems like the alias defined in craco.config.js isn't being picked up.
Hi,
Thank you for this amazing library! I am using the official theming guide at https://react.semantic-ui.com/theming to set up theming for my React App. Unfortuantely after following the steps and running
npm start
I get this error message:It seems like the alias defined in
craco.config.js
isn't being picked up.It might be related to #6
The text was updated successfully, but these errors were encountered: