9 rules skipped due to selector errors

Hi, since I have included the import for the card components, I get this warning upon compilation:

Warning: 9 rules skipped due to selector errors:
  .e-card > .e-card-header-title + :not(.e-card-header-title) -> Cannot read properties of undefined (reading 'type')
  .e-card > .e-card-title + :not(.e-card-title) -> Cannot read properties of undefined (reading 'type')
  .e-card .e-card-content + :not(.e-card-content) -> Cannot read properties of undefined (reading 'type')
  .e-bigger .e-card > .e-card-header-title + :not(.e-card-header-title) -> Cannot read properties of undefined (reading 'type')
  .e-bigger.e-card > .e-card-header-title + :not(.e-card-header-title) -> Cannot read properties of undefined (reading 'type')
  .e-bigger .e-card > .e-card-title + :not(.e-card-title) -> Cannot read properties of undefined (reading 'type')
  .e-bigger.e-card > .e-card-title + :not(.e-card-title) -> Cannot read properties of undefined (reading 'type')
  .e-bigger .e-card .e-card-content + :not(.e-card-content) -> Cannot read properties of undefined (reading 'type')
  .e-bigger.e-card .e-card-content + :not(.e-card-content) -> Cannot read properties of undefined (reading 'type')

1 Reply

KP Kokila Poovendran Syncfusion Team September 25, 2024 04:19 AM UTC

Hi Niels Van Goethem,


Thank you for contacting us.


We have reviewed your query and attempted to replicate the issue you encountered with the Card component. However, during our testing, we were unable to reproduce the specific warning messages you described.


To help us investigate this further, we have attached a sample project for your reference. Please try running this sample on your end to see if the issue persists.


Additionally, to provide you with a more accurate solution, could you kindly share the relevant code snippets where you are using the Card component? This will assist us in pinpointing the issue and offering a more tailored response.


We appreciate your cooperation and look forward to resolving this for you.




Attachment: Card_b27a5f67.zip

Loader.
Up arrow icon