[Bug] Horizontal lines flicker and/or disappear with ESRI SceneView
Description
Here is a quick code pen that displays four horizontal lines with ESRI SceneView and deck.gl. An example image of it working properly is below.

However, every so often on the zoom end a line will disappear like the image below (red line is now missing). Lines also flicker while zooming.
.
Flavors
- [ ] React
- [ ] Python/Jupyter notebook
- [ ] MapboxLayer
- [ ] GoogleMapsOverlay
- [ ] CartoLayer
- [X] DeckLayer/DeckRenderer for ArcGIS
Expected Behavior
Lines not flickering or disappearing
Steps to Reproduce
Visit this code pen and zoom in/out. The horizontal lines will flicker. Every so often, when you stop on a certain zoom level, one or more lines will completely disappear.
This flickering can be mitigated with the pixel width greater than 1. The disappearing of horizontal lines can be completely eliminated when pixel width is greater than one. This problem does not exist when running deck.gl without a basemap.
Environment
- Framework version: 8.7.8
- Browser: Chrome 100.0
- OS: Red Hat 8.5 and Mac OS
Logs
No response