DataLinks: make sure we use the correct datapoint when dataset contains null value. (#22981)

* Fix to make sure we have the correct dataIndex when using data links.

* fixed strict null errors.

* decreased number of errors.
This commit is contained in:
Marcus Andersson
2020-03-24 08:19:19 +01:00
committed by GitHub
parent 18f4e3ce47
commit 41bc1aa3ae
2 changed files with 36 additions and 3 deletions

View File

@ -3,7 +3,7 @@
echo -e "Collecting code stats (typescript errors & more)"
ERROR_COUNT_LIMIT=820
ERROR_COUNT_LIMIT=816
DIRECTIVES_LIMIT=172
CONTROLLERS_LIMIT=139