CartoDB/cartoframes

Error when rendering a layout of interactive maps with widgets

Opened this issue · 0 comments

Using CARTOframes v1.0.3, I've encountered some unexpected behavior when trying to render a layout that includes interactive maps with widgets. A map with widget will render on its own. However, when I try to render the same map as part of a Layout(), it does not render. Instead, I get the following error:

TypeError:
undefined Cannot set property 'disableInteractivity' of null

StackTrace
  at new e: (https://libs.cartocdn.com/airship-bridge/v2.3/asbridge.min.js:1:27919)
  at t.category: (https://libs.cartocdn.com/airship-bridge/v2.3/asbridge.min.js:1:41242)
  at Array.forEach: (:null:null)
  at Array.map: (:null:null)

I have created this Colab notebook demonstrating this behavior. I have tested this code in JupyterLab with identical results.