You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(runtime): initialize custom elements even when there is no styles (#4296)
* remove top-level check gating init logic based on build flags
This commit removes a check that was gating some component initialization logic. This check would force that non-lazy builds would need to have styles (or at least an empty stylesheet) for the init logic to execute that would mark the component as initialized. This flag is necessary to have set `true` for watcher callbacks to execute
* add small test to check initialized flag
* prettier because I don't have it auto-format spec files 🤦♂️
0 commit comments