When the local state contains no member event for some member, it would return an empty event as the member event for UserPage. Thus the auto-load mechanism for UserPage would not work. This fixes the problem by passing the userId directly.
Type: fix