I'm afraid the browser has a limit to how many canvases you can have:
Memory management issues with JavaScript
We juggle the canvases on our demos page as you scroll to make it seem like there are more than 4:
Spine: Demos
The code for the demos is in spine-ts/webgl/demos in the Spine Runtimes, where you can see how we do it.