We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad583ec commit 5a9cb94Copy full SHA for 5a9cb94
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dtable-ui-component",
3
- "version": "6.0.4",
+ "version": "6.0.5",
4
"main": "./lib/index.js",
5
"dependencies": {
6
"@seafile/react-image-lightbox": "4.0.0",
src/DTableFiltersPopover/index.js
@@ -157,7 +157,7 @@ class DTableFiltersPopover extends Component {
157
className="dtable-filter-popover"
158
boundariesElement={document.body}
159
>
160
- {({ scheduleUpdate }) => (
+ {({ update: scheduleUpdate }) => (
161
<div ref={ref => this.dtablePopoverRef = ref} onClick={this.onPopoverInsideClick} className={className}>
162
<FiltersList
163
filterConjunction={filterConjunction}
0 commit comments