Trying to render polygon hair with transparency I get this artifact:

What I've checked so far:
renderer.sortObjectsis true.- The hair's
material.sideis THREE.DoubleSide. - Set
material.alphaTest=0.5- reduced the problem but some artifacts are still visible.
How do I debug this?