cli
cli copied to clipboard
[Bug]: `app dev` creates the host theme for theme app extensions every time
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When users run app dev in a app with theme app extensions, the host theme should be created for the first time, and then re-used.
Actual behavior
Every time users run app dev in a app with theme app extensions, a new host theme is created.
Reproduction steps
- Run
app devand wait for the host theme creation - Stop the process
- Re-run
app devand notice the new theme is created