- Issue created by @Hritick
- 🇬🇪Georgia iamdroid
Hi.
According to what I see in the video, MDC elements are not initialized and therefore are not working.
It may happen for multiple reasons. The most common reasons are:
- JS errors caused by custom JS code
- not attached JS libraries
- misconfiguration of
YOURTHEME/scss/mdc/components.scss
file - issues during theme building
The best way to avoid most of these errors is to generate your theme with a subtheme generation script, according to this doc, have you done it?