Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttrBindingProvider conflicts with NativeBindingProvider #87

Open
brianmhunt opened this issue Sep 28, 2018 · 1 comment
Open

AttrBindingProvider conflicts with NativeBindingProvider #87

brianmhunt opened this issue Sep 28, 2018 · 1 comment

Comments

@brianmhunt
Copy link
Member

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
Copy link

can fixed #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants