editor
editor copied to clipboard
Custom components added in a later stage of the compilation process don't get compiled
Summary When custom components are added in a later stage of the compilation pipeline (like the transform step), they don't get compiled anymore.
To Reproduce
- Download the templater plugin
- Create a template which contains a custom component
- Add an instance entity which includes that template
- The custom component of the instance entity won't get compiled.
Observed behavior Custom component JSON is retained in the output Expected behavior Compilation of custom components
Platform (please complete the following information):
- OS: Windows 10
- App Version: 2.2.4
Additional context Using Nightly