I am following this Guide: https://learn.getgrav.org/16/themes/customization#inheriting-manually
I am currently using Quark Open Publishing as Theme and would like to use it as Base-Theme.
So my new Theme-YAML looks like this:
streams:
schemes:
theme:
type: ReadOnlyStream
prefixes:
'':
- user/themes/KageCustomTheme
- user/themes/quark-open-publishing
And if I switch the Theme to my custom Theme I get this error on the Website:

The Logs say exactly the same:
Template "partials/hero.html.twig" is not defined in "blog.html.twig" at line 34.
But I can't really do something with this Error. And Grav should actually just use the old Theme right?