Description
Getting error in console:
[.WebGL-0x7f9388063000]RENDER WARNING: texture bound to texture unit 1 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?
Base map renders, but the heat map does not.

Expected Behavior
Heat map renders. No error.

Repro Steps
It works in codesandbox: https://codesandbox.io/s/hello-heatmaplayer-3h3dl?file=/index.js
But the same code in my project does not. And I'm not sure what is different.
Environment
- Framework Version: deck.gl 8.3.3
- Browser Version: Chrome
- OS: OSX
Description
Getting error in console:
Base map renders, but the heat map does not.

Expected Behavior
Heat map renders. No error.
Repro Steps
It works in codesandbox: https://codesandbox.io/s/hello-heatmaplayer-3h3dl?file=/index.js
But the same code in my project does not. And I'm not sure what is different.
Environment