unknownEventNode
Invoked when an event is received on a widget that no longer exists.
This is a normal artifact of the asynchronous event processing used by Treehouse. For example, it will occur if a user is still scrolling a LazyColumn
when it is removed from a layout. The scroll event is discarded and that's fine.