Closed maiyuanrdt closed 2 years ago
When the contains operator operates on a Drop object, it cannot operate on the valueOf value. for example:
class TemplateDrop extends Drop { constructor() { } valueOf() { return “product” } }
{% if template contains "product" %}XXXX{%endif%}
:tada: This issue has been resolved in version 9.36.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
When the contains operator operates on a Drop object, it cannot operate on the valueOf value. for example:
{% if template contains "product" %}XXXX{%endif%}