LiveObject not updating for Feed

I’m trying to create a page that will load (or refresh) feed data into its state. However when initing the page and call getUserFeed as shown below, dataUpdated callback is not being called.

const liveFeed = FeedRepository.getUserFeed({userId: this.id});
    liveFeed.once('dataUpdated', posts => {
    this.posts = posts;
});

We appreciate you reporting this issue. This is a known issue and our team is currently fixing it.
We will keep you posted on the progress.

Thank you!