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(core): better error message when directive extends a component #45658

Closed
wants to merge 1 commit into from

Commits on Apr 16, 2022

  1. fix(core): better error message when directive extends a component

    We throw an error when a directive is trying to extend a component, but we don't actually say which class is responsible which can be difficult to track down. These changes add the two class names to the error message.
    crisbeto committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    034430d View commit details
    Browse the repository at this point in the history