Handle_params at live_component

Hi guys,

It is my understandin that handle_params is not a callback for such module. However, in production, I’m getting errors that the live_component:

(FunctionClauseError no function clause matching in URI.encode/2)

In fairness, I cannot recall why there is a callback in live_component in the first place (I was the one who added it). However, does that means since the live component module has the callback therefore it gets it?

Thanks!