File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343 "dompurify" : " ^2.0.11" ,
4444 "i18next" : " ^19.5.0" ,
4545 "icomcom-react" : " ^1.0.1" ,
46- "intersection-observer" : " ^0.10.0" ,
4746 "isomorphic-unfetch" : " ^3.0.0" ,
4847 "jss" : " ^10.3.0" ,
4948 "jss-rtl" : " ^0.3.0" ,
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import Chip from '@material-ui/core/Chip';
55import AnnotationIcon from '@material-ui/icons/CommentSharp' ;
66import SearchIcon from '@material-ui/icons/SearchSharp' ;
77import classNames from 'classnames' ;
8- import 'intersection-observer' ; // polyfill needed for Safari
98import IntersectionObserver from '@researchgate/react-intersection-observer' ;
109import MiradorCanvas from '../lib/MiradorCanvas' ;
1110import IIIFThumbnail from '../containers/IIIFThumbnail' ;
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import PropTypes from 'prop-types' ;
3- import 'intersection-observer' ; // polyfill needed for Safari
43import Typography from '@material-ui/core/Typography' ;
54import IntersectionObserver from '@researchgate/react-intersection-observer' ;
65import classNames from 'classnames' ;
You can’t perform that action at this time.
0 commit comments