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(store): run plugins in injection context #2256

Merged
merged 1 commit into from
Nov 18, 2024

Commits on Nov 18, 2024

  1. fix(store): run plugins in injection context

    In this commit, we enable plugin functions to run within the injection context. This allows plugin
    functions (but not classes) to call `inject` and access dependencies.
    
    Additionally, we've moved `compose` to the `Dispatcher` class since it was only used once.
    Keeping it in the `Dispatcher` ensures it isn't used elsewhere and can be safely inlined if needed.
    arturovt committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4c36c5c View commit details
    Browse the repository at this point in the history