Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTypeError: Cannot read property 'value' of undefined #1305
Comments
|
I am working on it |
|
Sorry, I can’t run Can you reduce the case for the simple project with less dependencies? |
|
I found the problem. But it will be hard to fix it quickly. |
|
I reported issue TrySound/postcss-value-parser#60 |
|
I reverted PostCSS 7.0.19 feature b8ce024 There is no way to fix. I will move it to next major 8.0 release. |
|
Thank you for being so responsive!! |
|
The fix was released in 7.0.21 |
|
at new Quoted (/Users/username/workspaces/terra/terra-core/node_modules/postcss-values-parser/lib/nodes/Quoted.js:19:28) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue
When using postcss v7.0.20 the webpack compilation fails with the following stack trace.
Details
I have confirmed that this commit introduced this error by reverting to v7.0.19 and verifying no error was thrown and then again by upgrading to v7.0.20 and verifying the error is thrown. Additionally I manually updated the code within node_modules while using v7.0.20 to revert to the previous looping logic and verified no error was thrown.
We're still looking into exactly what is causing the error, but I wanted to make sure the issue was logged incase a quick solution/fix from the perspective of the maintainers of this library could be made.
Steps to Reproduce
(This is a rather large project, I'll work on creating a smaller sample project)