Issue when destroying layers in the reset function, I don't think there's actually a `layerItem.buffer` there ```js this.#layers?.forEach(l => l.buffer.destroy()); ```