function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Tyler ZikaTyler Zika 

Not sure what this error means.

AuraError: null is not an object (evaluating 'target.childNodes')
Back story on my code.

I have a component that iterates over a list of objects. I have a form that creates a new record of the same object type. When I add a new record from the form, I want that new record to be on the list of iterated objects, without resfreshing the page.

Couldn't find anything online for a solution
Tavva Sai KrishnaTavva Sai Krishna
Hi Zika,

Please post the source code .

Thanks and Regards,
Sai Krishna Tavva.
Tyler ZikaTyler Zika
Is there a way to post source code effectively? There are 8 different files...