UNPKG

@ima/devtools

Version:

IMA.js debugging panel in the Chrome Developer Tools window.

10 lines (6 loc) 214 B
import { connect } from 'react-redux'; import EntryList from './EntryList'; const mapStateToProps = state => ({ entryIds: state.entries.entryIdsByQuery, }); export default connect(mapStateToProps)(EntryList);