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

inherit is documented as having the wrong default value #665

Closed
mrahhal opened this issue Sep 15, 2020 · 1 comment
Closed

inherit is documented as having the wrong default value #665

mrahhal opened this issue Sep 15, 2020 · 1 comment

Comments

@mrahhal
Copy link
Contributor

mrahhal commented Sep 15, 2020

I spent some time wondering why leaving out inherit leads to the opposite behavior that I expected. It appears that the documented value of inherit is wrong here. It's documented as:

  /**
   * ...
   * @default `false`
   */
  inherit?: boolean;

But looking at this shows that it's being set to true as a default.

@christopherthielen
Copy link
Member

fixed, thanks

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

2 participants