You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@connect(store => {
organismSearch: store.organisms.select
metabloltite: store.metabolties.select
} //the names given here will be the names of props
class test extends Component {
constructor(props) {
super(props);
}
this.props.organismSearch
this.props.metabolites
//this is how to access the values