I have a FeatureLayer with polylines, and it has very flaky behavior, where some or all of them will intermittently no longer show when I trigger state changes in React on my page (click buttons on page, etc). I tried debugging by checking the souce._items in my FeatureLayer in the chrome console, but wasn't able to see anything strange about the data, and the visible field says "true". Does anyone know what debugging steps I could take/ what attributes in the logged FeatureLayer should I look at? Thanks!