I had a quick look locally, and ran into an issue with the WhosOnline
component. But after restarting the server, it worked fine. The code I used in the homepage component was:
import WhosOnline from "discourse/plugins/discourse-whos-online/discourse/components/whos-online";
...
<template>
<WhosOnline />
</template>
Keep in mind though that SearchMenu
is always present, since it is in core, whereas <WhosOnline />
comes from a plugin and is only registered if the plugin is enabled.