Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(runtime): initialize custom elements even when there is no styles #4296

Merged
merged 4 commits into from
Apr 25, 2023

Commits on Apr 17, 2023

  1. 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
    tanner-reits committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2bb7f25 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Configuration menu
    Copy the full SHA
    2386843 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25e98fe View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Configuration menu
    Copy the full SHA
    353f1cf View commit details
    Browse the repository at this point in the history