Error delivering message to node:undefined [undefined]

After updating a flows in my Node-RED project by re-importing them, I encountered the following error:

12 Feb 13:42:43 - [error] Error delivering message to node:undefined [undefined]
12 Feb 13:42:43 - [error] TypeError: sendEvent.destination.node.receive is not a function
at deliverMessageToDestination (C:[email protected]:799:40)
at Immediate._onImmediate (C:[email protected]:815:21)
at processImmediate (node:internal/timers:476:21)

I couldn’t find any documentation on this error, and it’s proving difficult to understand what’s happening. Any insights or suggestions would be greatly appreciated.