Пример #1
0
 componentDidMount () {
    logentryStore.subscribe(this.handleLogentryStoreUpdate, { key: JSON.stringify({ key: '*' }) });
    tagStore.subscribe(this.handleTagStoreUpdate, { key: JSON.stringify({ key: '*' }) });
    targetStore.subscribe(this.handleTargetStoreUpdate, { key: JSON.stringify({ key: '*' }) });
 }
Пример #2
0
 componentDidMount () {
    tagStore.subscribe(this.handleTagStoreUpdate, { key: JSON.stringify({ key: '*' }) });
 }