Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ImageMapper): unstable resource reference
Array getters by default return a copy of the underlying array. labelOutlineThicknessArray is used as a key in a map to detect changes, so use a reference to the underlying array instead of a copy.