knockout / tko

🥊 Technical Knockout – The Monorepo for Knockout.js (4.0+)
http://www.tko.io
Other
274 stars 34 forks source link

AttrBindingProvider conflicts with NativeBindingProvider #87

Open brianmhunt opened 6 years ago

brianmhunt commented 6 years ago

The AttrProvider conflicts with the jsx provider i.e. ko- in JSX will be made an attribute and interpreted by the attr provider as ko-.

This is the stop-gap workaround for the reference build:

tko.bindingProvider.providers.splice(5, 1)
tko.bindingProvider.nodeTypeMap[1].splice(4, 1)
jasonwang1109 commented 5 years ago

can fixed #90