rodel30
01/10/2025, 7:31 PMinvokeImplicitAccessor and onMissingMethod together? I.e. define a property on a component, then call component.property (which with implicit accessors would call getProperty()), and have that call be handled by the onMissingMethod? It seems like the answer is "no". My attempts have yielded "element is undefined" errors when using the dot notation unless I explicitly define the getter method in the component.rodel30
01/10/2025, 7:36 PM