Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[service:router-scroll] Use
get
instead of getWithDefaults
.
`getWithDefaults` returns the value (including `null`) for any key that is defined. This caused a failure in [email protected] because you cannot do a get lookup if the lookup value is `null`.
- Loading branch information