-
-
Notifications
You must be signed in to change notification settings - Fork 601
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
TypeError [ERR_INVALID_ARG_TYPE]: The "from" argument must be of type string. Received type undefined #906
Comments
Regression in |
Sorry, I'm quite unfamiliar with the implementation of these projects. I'll have a look when I get some time. Can you narrow down the potential things I have to look at? |
@anonimitoraf https://github.com/css-modules/postcss-modules-scope, i am on vacation on weekends, so i don't have time right now to investigate in reproducible repo above (not small), anyway if you find lines in your |
@evilebottnawi I took a quick look I don't think this is a regression in |
@evilebottnawi That error message gets repeated multiple times for multiple files. One of the files (referenced by the error message I posted) is https://github.com/anonimitoraf/react-multi-select/blob/master/src/components/search/search.scss @jquense I don't understand how it can be a storybook version issue unless it means a different storybook version = different webpack config. Which makes me think of maybe checking the webpack config's file history |
@anonimitoraf hm, very strange, i will look on this in near future |
@anonimitoraf problem what |
Expected Behavior
Running
yarn install && yarn storybook
for kenshoo/react-multi-select@2704a32. (with a "fixed" webpack config) just worksActual Behavior
Code
webpack.config.js
How Do We Reproduce?
.storybook/webpack.config.js
to gist pasted aboveyarn install
yarn storybook
The text was updated successfully, but these errors were encountered: