-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Cannot read properties of undefined (reading 'B') after update library to 1.0.30001655 version #129
Comments
It happened because You need to open an issue in |
The issue has already been opened. |
My recommendation to users of This was a breaking change published under a patch update ( |
temporal fix: |
We started getting errors after updating the library from 1.0.30001653 to 1.0.30001655.
TypeError: Cannot read properties of undefined (reading 'B') at Module.unpackFeature (my-project/node_modules/.pnpm/[email protected]/node_modules/caniuse-lite/dist/unpacker/feature.js:31:29) at BrowserSelection.compileBrowserSupport (file://my-project/node_modules/.pnpm/[email protected]/node_modules/doiuse/lib/BrowserSelection.js:148:35) at BrowserSelection.missingSupport (file://my-project/node_modules/.pnpm/[email protected]/node_modules/doiuse/lib/BrowserSelection.js:178:27) at DoIUse.postcss (file://my-project/node_modules/.pnpm/[email protected]/node_modules/doiuse/lib/DoIUse.js:67:43) at file://my-project/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint-no-unsupported-browser-features/lib/index.js:99:27 at file://my-project/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/lintPostcssResult.mjs:112:8 at Array.map (<anonymous>) at lintPostcssResult (file://my-project/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/lintPostcssResult.mjs:102:18) at async lintSource (file://my-project/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/lintSource.mjs:108:2) at async file://my-project/node_modules/.pnpm/[email protected][email protected]/node_modules/stylelint/lib/standalone.mjs:236:27
The text was updated successfully, but these errors were encountered: