Hello, im interested in using addSection/ removeSection
Is call to updateCollection require to have the DOM render the changes
const foo = scheduler.addSection(step, activitySection.id);
console.log(foo); // returns true.
I was hoping that this would be enough. What is a more complete workflow?