I'm dealing with a frustrating bug that I just can't seem to fix. I've been attempting to load all users using Users.find() into one of my layout sub-templates, but for some reason, it's not working as expected. Instead of loading all users, it only displays the currently logged in user most of the time. Strangely enough, when I type Users.find() into the Chrome console, it gives me the correct list of users. Could this be an issue with the data not having enough time to load onRendered? Below is a screenshot of the code in question. Any help would be greatly appreciated! https://i.sstatic.net/I1HKy.png