check for property via selector before using value(forKey:)

This commit is contained in:
Ilya Puchka
2018-09-11 18:12:27 +01:00
parent d71fe2a2ee
commit 0074ee1d4a
3 changed files with 12 additions and 2 deletions

View File

@@ -4,7 +4,9 @@
### Bug Fixes
_None_
- Now accessing undefined keys in NSObject does not cause runtime crash and instead renders empty string.
[Ilya Puchka](https://github.com/ilyapuchka)
[#234](https://github.com/stencilproject/Stencil/pull/234)
### Breaking Changes