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

Option skipBaseClassChecks has no effect when inheritance is being used #1558

Open
lucianlature opened this issue Feb 15, 2024 · 0 comments
Open

Comments

@lucianlature
Copy link

Please check this stackblitz project to see the issue.

Basically, although skipBaseClassChecks is set to true, the checks are still being performed.

Any idea why this is happening?....Something wrong in my setup?

Expected Behavior

When skipBaseClassChecks is set to true, the container will disable all checking of base classes.

Current Behavior

Even if skipBaseClassChecks is set to true, the container will keep all checking of base classes,

Possible Solution

N/A

Steps to Reproduce (for bugs)

Check the link above for the stackblitz project that is showing the faulty behaviour.

Context

Your Environment

  • Version used:
  • Environment name and version (e.g. Chrome 39, node.js 5.4):
  • Operating System and version (desktop or mobile):
  • Link to your project:

Stack trace

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant