You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the preferred means for staying current on limitations of function and property names? I poked around in the docs and primer but was unable to locate this. I can definitely use "_", "_compute" or "_update"; however, more concerned about keeping up with limitations.
Let me know if the example or question is not clear!
Best
@jongeho1
The text was updated successfully, but these errors were encountered:
This was probably an oversight; the computed property logic does not actually use that named setter, so it need not create it. We'll fix that in the next release.
The only thing you should be aware of for naming conflicts going forward is that readOnly: true properties will get a setter named _set<PropertyName> on the prototype.
Thank you, the "0.5" label for version may not apply. Would something like this be candid for hydrolysis? I don't know how volatile this may be but can be observed via static analysis.
Hey Guys,
I upgraded from 1.0.4 and 1.0.5 and noticed there are new limitations for naming computed property functions.
Example:
What is the preferred means for staying current on limitations of function and property names? I poked around in the docs and primer but was unable to locate this. I can definitely use "_", "_compute" or "_update"; however, more concerned about keeping up with limitations.
Let me know if the example or question is not clear!
Best
@jongeho1
The text was updated successfully, but these errors were encountered: