I'm trying to remove a container
this.tcService.removeContainer('container_body');
I'm getting issue on console saying that .node is undefined.
Here how I'm setting the container
Promise.all([tcService.addContainer('container_body', environment.tagCommanderUrl, 'head')]).then(() => {
version 3.0.1