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
main.js:6937 Uncaught Error: Setting map 'renderingType' after instantiation is not supported.
at lca.renderingType_changed (main.js:367:1635)
at Xk (main.js:140:251)
at Xk (main.js:140:311)
at _.Vk.set (main.js:260:719)
at jo.setRenderingType (main.js:148:354)
at _.Vk.setValues (main.js:261:242)
at main.js:23769:12
at commitHookEffectListMount (main.js:6949:114)
at commitPassiveMountOnFiber (main.js:7162:1577)
at commitPassiveMountEffects_complete (main.js:7162:872)
The text was updated successfully, but these errors were encountered:
I wasn't aware that the renderingType can't be changed after the map is created, we'll have to adjust our implementation so renderingType is treated like the mapId, creating a new map instance when changed this should then also make it work with reuseMaps.
Description
I get an error like this:
It does not throw if only one of
renderingType
andreuseMaps
is supplied.Steps to Reproduce
Map
like this:Environment
Logs
The text was updated successfully, but these errors were encountered: