-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import Dialog gets error #6
Comments
Hi Nathan: UPDATED I found a workaround for now:
Then it all works again... I am using a lot of other react-toolbox components with your setup and do not get errors. We still have to include all style.scss in a parent client folder to avoid errors: this issue is reported in css-modules - issue 29 |
Oops, I dropped the ball on this one.. there have been a lot of changes since then, are you still experiencing this issue? |
@nathantreid : yes I updated to latest version and it works great now... bug is gone... thanks. |
Hi Nathan: I am using meteor with react-toolbox and css modules and mostly it works great. While trying to use the Dialog component I got error
Cannot find module './style.scss'
after importing Dialog component. Cant find ways to fix it so any help or pointer would be great.Replicate the error using your template:
import Dialog from 'react-toolbox/lib/dialog';
to client/components/index.jsx and reload=> get the error:
Cannot find module './style.scss'
It seems the failure to load occurs in Dialog.js component. I cannot find ways to fix that??
Here is the full error log:
The text was updated successfully, but these errors were encountered: