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
$ stylelint "**/*.{css,scss}"
TypeError: Cannot read properties of undefined (reading 'B')
at Object.unpackFeature (/Users/a.edunov/work/RUSTORE/monorepo/node_modules/caniuse-lite/dist/unpacker/feature.js:31:29)
at BrowserSelection.compileBrowserSupport (/Users/a.edunov/work/RUSTORE/monorepo/node_modules/doiuse/exports/index.cjs:2578:46)
at BrowserSelection.missingSupport (/Users/a.edunov/work/RUSTORE/monorepo/node_modules/doiuse/exports/index.cjs:2608:27)
at DoIUse.postcss (/Users/a.edunov/work/RUSTORE/monorepo/node_modules/doiuse/exports/index.cjs:2828:43)
at /Users/a.edunov/work/RUSTORE/monorepo/node_modules/stylelint-no-unsupported-browser-features/lib/index.js:86:27
at /Users/a.edunov/work/RUSTORE/monorepo/node_modules/stylelint/lib/lintPostcssResult.js:121:8
at Array.map (<anonymous>)
at lintPostcssResult (/Users/a.edunov/work/RUSTORE/monorepo/node_modules/stylelint/lib/lintPostcssResult.js:111:18)
at lintSource (/Users/a.edunov/work/RUSTORE/monorepo/node_modules/stylelint/lib/lintSource.js:110:8)
at async /Users/a.edunov/work/RUSTORE/monorepo/node_modules/stylelint/lib/standalone.js:211:27
After investigating of what happens I found out that it works this way: stylelint → doiuse → caniuse-lite.
doiuse has this feature css-scroll-timeline, but caniuse-lite has not since version 1.0.30001655.
Hello I have an error while linting code:
After investigating of what happens I found out that it works this way:
stylelint
→doiuse
→caniuse-lite
.doiuse
has this feature css-scroll-timeline, butcaniuse-lite
has not since version 1.0.30001655.Can you please roll it back?
1.0.30001654...1.0.30001655
The text was updated successfully, but these errors were encountered: