chore: Upgrade react-waypoint dep

This commit is contained in:
Tom Moor
2020-01-01 20:36:42 -08:00
parent 93e4ad8c5e
commit c484d15de6
7 changed files with 21 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
import * as React from 'react';
import { observable, action } from 'mobx';
import { observer } from 'mobx-react';
import Waypoint from 'react-waypoint';
import { Waypoint } from 'react-waypoint';
import ArrowKeyNavigation from 'boundless-arrow-key-navigation';
import { DEFAULT_PAGINATION_LIMIT } from 'stores/BaseStore';