Skip to content

Extend Components fails

We had purchased your t3karma theme and wanted to add our own components as described in your documentation: https://docs.t3planet.com/en/latest/ExtThemes/Customization/Index.html#install-configure-ext-ns-theme-extend

Unfortunately this does not work, because the foreach without break, always takes the last loaded extension. In this case ns-theme-extend. This means that if further elements are added, an attempt is made to load them from ns-theme-extend as well.

This change should solve the problem.

Merge request reports