Crash if included html that extends from other html
Open
feature/loader
landmark/1
progress/1
value/1
- Dominant language
- Lua
- Stars
- 17
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
# Issue
The theme loader will crash if it is included a component
`{% include "component.html" %} `
and that component is extending from something else
`{% extends "component-2.html" %}`
## Recreating the error
trying to run the theme [multi-component-example](https://github.com/LuisReyes98/multi-component-example) thats has as parents [component-holder](https://github.com/LuisReyes98/component-holder) and [component-sitter](https://github.com/LuisReyes98/component-sitter) will cause the it to crash
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.