Skip to content
Snippets Groups Projects
Commit b850c0ed authored by Jack Reed's avatar Jack Reed
Browse files

Add IntersectionObserver polyfill for Safari fixes #1769

parent 57d5db91
No related branches found
No related tags found
No related merge requests found
......@@ -34,6 +34,7 @@
"classnames": "^2.2.6",
"css-ns": "^1.2.2",
"deepmerge": "^3.1.0",
"intersection-observer": "^0.5.1",
"manifesto.js": "^3.0.9",
"node-fetch": "2.1.1",
"node-sass": "^4.9.2",
......
......
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import 'intersection-observer'; // polyfill needed for Safari
import IntersectionObserver from '@researchgate/react-intersection-observer';
/**
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment