Skip to content

Commit 659afa8

Browse files
seanstromdanez
authored andcommitted
fix: fix import path of intersection-observer dependency in sentinel (#124)
1 parent 2017014 commit 659afa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentinel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import { IntersectionObserver as Observer } from '@researchgate/react-intersection-observer/lib/js/IntersectionObserver';
2+
import Observer from '@researchgate/react-intersection-observer';
33
import PropTypes from 'prop-types';
44
import { computeRootMargin } from './utils';
55

0 commit comments

Comments
 (0)