I have a scattergeo map in a multi page app that uses the âselectedpointsâ property in a callback and it works as expected. I then created a separate app with just the map in the layout and the same callback for the map as the multi page app and I get a NonExistentPropException stating that the component doesnât have âselectedpointsâ as a property. Available properties are:
[âidâ, âclickDataâ, âclickAnnotationDataâ, âhoverDataâ, âclear_on_unhoverâ, âselectedDataâ, ârelayoutDataâ, âextendDataâ, ârestyleDataâ, âfigureâ, âstyleâ, âclassNameâ, âanimateâ, âanimation_optionsâ, âconfigâ, âloading_stateâ]
Is there any reason the âselectedpointsâ property would be available in one representation and not in another when both the layout and callback are identical?