Child liveview's own event goes to parent once in a while

Hey,

We have multiple parent child live_views in our application, and from time to time we get error reports that an event that was intended to the child got sent to the parent. This event is not handled in the parent and it crashes.

The event is being triggered from the heex file of the child. It’s own event is going to the parent.

It happens very rarely.

As I mentioned we see this on multiple liveviews.
One has its validate and save events go to the parent, other has custom event going to the parent.

Has anybody else experienced this?