You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:I have created this Colab notebook demonstrating this behavior. I have tested this code in JupyterLab with identical results.
The text was updated successfully, but these errors were encountered: