The selectedChannel state in the TagFarcasterChannel component was intially typed as a string. However, we should use the FarcasterChannel type here since I plan to use the farcaster channel id (which is a field in FarcasterChannel) in a subsequent diff
Depends on D11776