-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX] Fix {{get}} when used on non-objects
Previously, `{{get}}` would not work on non-object values, even though they may have had properties (e.g. `String.length`). This PR fixes this and makes sure that `{{get}}` has the same behavior as directly referencing the property in a template without using `{{get}}`.
- Loading branch information
Chris Garrett
committed
Feb 12, 2021
1 parent
ebd95ed
commit 73da183
Showing
3 changed files
with
38 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters