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
I am trying to swap the colorbar depending on the feature displayed on the map. Whenever I replace a categorical Colorbar by a continuous one I get this error:
TypeError: t is not a function
at i._update (dash_leaflet.v1_0_15m1734008440.js:2:291829)
at i.setClasses (dash_leaflet.v1_0_15m1734008440.js:2:292916)
at dash_leaflet.v1_0_15m1734008440.js:2:293924
at dash_leaflet.v1_0_15m1734008440.js:2:264020
at commitHookEffectListMount ([email protected]_18_2m1734008463.14.0.js:19866:28)
at commitPassiveHookEffects ([email protected]_18_2m1734008463.14.0.js:19904:13)
at HTMLUnknownElement.callCallback ([email protected]_18_2m1734008463.14.0.js:182:16)
at Object.invokeGuardedCallbackDev ([email protected]_18_2m1734008463.14.0.js:231:18)
at invokeGuardedCallback ([email protected]_18_2m1734008463.14.0.js:286:33)
at flushPassiveEffectsImpl ([email protected]_18_2m1734008463.14.0.js:22988:11)
I believe the issue comes from the this._update() call in the setters not allowing the replacement of all colorbar properties to a coherent state before updating.
Can you confirm this on your side? If so it I believe it would be good to allow for users to be able swap the colorbar on the map.
Thanks in advance
Léo
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to swap the colorbar depending on the feature displayed on the map. Whenever I replace a categorical
Colorbar
by a continuous one I get this error:I believe the issue comes from the
this._update()
call in the setters not allowing the replacement of all colorbar properties to a coherent state before updating.Can you confirm this on your side? If so it I believe it would be good to allow for users to be able swap the colorbar on the map.
Thanks in advance
Léo
The text was updated successfully, but these errors were encountered: