ui-router/core

`inherit` is documented as having the wrong default value

mrahhal opened this issue · 1 comments

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.

fixed, thanks