okta / samples-js-angular

samples-js-angular
https://github.com/okta/samples-js-angular
Other
73 stars 149 forks source link

15 rules skipped due to selector errors: .ui.top.attached.label+[class*="right floated"]+* -> Cannot read properties of undefined (reading 'type') #166

Closed SimonSiefke closed 1 year ago

SimonSiefke commented 1 year ago

login-page

Expected Behaviour

When running the custom login page example, no warning is shown in the console.

Actual Behaviour

This warning is logged to the console:

polyfills.js:1 [webpack-dev-server] WARNING
15 rules skipped due to selector errors:
  .ui.top.attached.label+[class*="right floated"]+* -> Cannot read properties of undefined (reading 'type')
  .ui.top.attached.label+:not(.attached) -> Cannot read properties of undefined (reading 'type')
  .ui.modal>.icon+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox h2+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox h3+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox li+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox ol+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox p+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox ul+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox-compact h2+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox-compact h3+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox-compact li+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox-compact ol+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox-compact p+* -> Cannot read properties of undefined (reading 'type')
  #okta-sign-in .infobox-compact ul+* -> Cannot read properties of undefined (reading 'type')
shuowu-okta commented 1 year ago

Thanks for reporting the issue!

Internal Ref: OKTA-627424

jaredperreault-okta commented 1 year ago

Resolved in #168