In Version 1.1.0 (April 05, 2018) "TypeError: Argument 2 of WebGLRenderingContext.bindTexture does not implement interface WebGLTexture" is throwed when doing this:
- Drawing rect with cache and adding to stage
- Calling updateViewport();
Here is codepen with issue:
https://codepen.io/joakimk/pen/GxPbLj?editors=0011
Error is not given in version 1.0.0 and earlier