I'm using the esri/layers/LabelLayer <SPAN style="font-family: arial,helvetica,sans-serif;">module and have added a time-aware point FeatureLayer to it using the <A href="https://developers.arcgis.com/javascript/jsapi/labellayer-amd.html#addfeaturelayer" rel="nofollow noopener noreferrer">addFeatureLayer</A> method.</SPAN>
<SPAN style="font-family: arial,helvetica,sans-serif;">The map has a TimeSlider. When I change the time extent of the map, the labels for hidden points (outside of the time extent) remain displayed.</SPAN>
How do I get the LabelLayer to react to TimeExtent changes?