issues
search
eBay
/
ebayui-core
Collection of Marko widgets; considered to be the core building blocks for all eBay components, pages & apps
https://ebay.github.io/ebayui-core/
Other
224
stars
104
forks
source link
typescript: update to latest
#2303
Closed
LuLaValva
closed
1 month ago
LuLaValva
commented
1 month ago
Bug Report
eBayUI Version: 14.3.0
Description
Marko TypeScript for
@attr
tags was improved and simplified, but it broke some workarounds in eBayUI
Marko.RepeatableAttrTag
needs to be moved to
Marko.AttrTag
(they are now the same type)
We can not rely on repeated tags being arrays, and instead treat them as iterables.
Bug Report
eBayUI Version: 14.3.0
Description
@attr
tags was improved and simplified, but it broke some workarounds in eBayUIMarko.RepeatableAttrTag
needs to be moved toMarko.AttrTag
(they are now the same type)