What's Changed
Fix LeafContext.application
Casting Failure by @grantjbutler in #235
Fixes an issue where the wrong type would be set to the
application
userInfo
key when accessing the renderer directly on theApplication
(it would set a value ofApplication.Leaf
, rather thanApplication
, and then the casting would fail onLeafContext.application
).
This patch was released by @0xTim
Full Changelog: 4.4.0...4.4.1