我的SagaRoot看起来像这样exportdefaultfunction*root(){yieldtakeLatest(LOAD_SEARCHRESULTS,getSearchResults);}它监视LOAD_SEARCHRESULTS操作,然后调用getSearchResults函数。有什么方法可以让我在root中观看多个Action?像这样:exportdefaultfunction*root(){yieldtakeLatest(LOAD_SEARCHRESULTS,getSearchResults);yieldtakeLatest(CHANGE_ALIASFILTER,get