Skip to content
This repository was archived by the owner on Sep 29, 2020. It is now read-only.

Add 'show More' on facets to React #7

Open
wants to merge 2 commits into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
94 changes: 2 additions & 92 deletions dist/index.js

Large diffs are not rendered by default.

41 changes: 30 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/containers/SearchContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ const mapDispatchToProps = (dispatch, ownProps) => {
addFilter: myActions.addFilter,
removeFilter: myActions.removeFilter,
replaceFilter: myActions.replaceFilter,
clearFilter: myActions.clearFilter
clearFilter: myActions.clearFilter,
showMore: myActions.showMore
},
dispatch
);
Expand Down
3 changes: 2 additions & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ module.exports = {
umdNamedDefine: true
},
externals: {
'grove-core-react-components': 'grove-core-react-components',
'@marklogic-community/grove-core-react-components':
'@marklogic-community/grove-core-react-components',
react: 'react'
},
module: {
Expand Down