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

Deprecated syntax warning is incorrect #425

Open
chasenlehara opened this issue Jan 31, 2018 · 0 comments
Open

Deprecated syntax warning is incorrect #425

chasenlehara opened this issue Jan 31, 2018 · 0 comments

Comments

@chasenlehara
Copy link
Member

can-stache-bindings 3.11.9 will show the following deprecation warning for a binding like is-visible="{showSomething}"

is-visible="{showSomething}" is deprecated. Use is-visible:from="'{showSomething}'" instead.

I think this should be:

is-visible="{showSomething}" is deprecated. Use isVisible:bind="showSomething" instead.

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

No branches or pull requests

1 participant