CesiumJS v1.99 rendering error

We are stuck on v1.96 for a while now. Our app renders point cloud data with camera animations.
Upgrading to v1.97 or above causes our app to randomly crash with this rendering error.
Error appears to be related to calling viewer flyTo on a 3D tileset with clipping planes enabled.
Any ideas on how to fix this?

Update: we have isolated the issue.
The crash seems to have been caused by recreating ClippingPlaneCollection too often.
It’s better to just update the existing collection’s properties when needed.