reflex.utils.exceptions.VarAttributeError: The State var reflex___state____state__app___states___dashboard_state____dashboard_state.focus_data of type typing.List\[app.states.dashboard_state.FocusDataPoint] has no attribute 'map' or may have been annotated wrongly.
Currently we show the end user the compiled var name which can be confusing. Instead we should show the something like
reflex.utils.exceptions.VarAttributeError: The State var DashboardState.focus_data of type typing.List[app.states.dashboard_state.FocusDataPoint] has no attribute 'map' or may have been annotated wrongly.
Currently we show the end user the compiled var name which can be confusing. Instead we should show the something like
reflex.utils.exceptions.VarAttributeError: The State var DashboardState.focus_data of type typing.List[app.states.dashboard_state.FocusDataPoint] has no attribute 'map' or may have been annotated wrongly.