Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

15
  • It calls callComponentMethod, but does not call componentMethodCallSource. Have you any idea why? Commented Nov 24, 2016 at 15:41
  • I don't really understand your question. The end result is that Component1 calls a method from Component2. Isn't that what you need? Commented Nov 24, 2016 at 15:44
  • I do not understand why, but does not calls needed function. Commented Nov 24, 2016 at 15:47
  • You mean in your application, right? Can you please look in the console to see if there are any errors? Commented Nov 24, 2016 at 15:49
  • No. There are no errors. I see console.logs only in callComponentMethod, but it does not call needed method. Commented Nov 24, 2016 at 15:58