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

@@ -4,7 +4,7 @@ import { observable, action } from 'mobx';
import { observer, inject } from 'mobx-react';
import type { RouterHistory } from 'react-router-dom';
import styled from 'styled-components';
import Waypoint from 'react-waypoint';
import { Waypoint } from 'react-waypoint';
import ArrowKeyNavigation from 'boundless-arrow-key-navigation';
import { DEFAULT_PAGINATION_LIMIT } from 'stores/BaseStore';