In my case, it turned out that it was caused when I was using 2 WebGLRenderer at the same time and both with texture shaders.
Both WebGLRenderer has nothing shared on the application layer.
What could be the possible cause of this issue?
And how to solve them?