I have LWC component, inside this component there is imperative apex call is happening and there is also a console log. i could see that apex method gets executed method times cause some issues. i have observed in network log this method executes multiple times, however console logs printed only once. sound strange to me. I am expecting this method should executes only once, is it correct?
2 个回答
Hi Arun could you please share the example of how can reactive properties changes can cause this multiple invocations. I might be missing that. lifecycle hooks is not the problem i would say as per current implementation