David
David
I'm also seeing this issue in 0.28.0 - but this works fine in 0.23.0 so seems like a bug.
I'm also getting this when configuring with: ``` config :tesla, adapter: Tesla.Adapter.Hackney ``` Works fine with the default tesla adapter.
@GoodBoyDigital Appears to be an issue in rc.10 still (see playground).
For reference, this appears to be fixed in rc.11 but the correct way to signal that the canvas is resized is: ``` texture.source.update(); // texture.update() will not work ```
Same for me, pinned to 1.0.0 with yarn for now.