We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The feature requested in #3299 and implemented in #3358 has minor issue in 2.x, it results in warning:
method `xyz` not defined
Even though it works fine eventually.
http://jsbin.com/feberifezo/1/edit?html,console,output
Function
String
Number
No warning
Warning:
Only tested in these:
Polymer: 2.0-preview
The text was updated successfully, but these errors were encountered:
Seems like this line should block printing that warning: https://github.com/Polymer/polymer/blob/master/lib/mixins/property-effects.html#L769
@kevinpschaaf is dynamicFn set later?
dynamicFn
Sorry, something went wrong.
Ensure no warnings for dynamic fns. Fixes #4575
d72baf9
Merge pull request #4584 from Polymer/4575-kschaaf-dynamicfn-warnings
787ae74
kevinpschaaf
No branches or pull requests
Description
The feature requested in #3299 and implemented in #3358 has minor issue in 2.x, it results in warning:
Even though it works fine eventually.
Live Demo
http://jsbin.com/feberifezo/1/edit?html,console,output
Steps to Reproduce
Function
and another simple property with typeString
(Number
should work as well)Expected Results
No warning
Actual Results
Warning:
Browsers Affected
Only tested in these:
Versions
Polymer: 2.0-preview
The text was updated successfully, but these errors were encountered: