Closed crisboarna closed 2 years ago
Fixes #114
Description Adds sanity check similar to what componentDidMount does at line 42 in src/components/PlaceholderWithoutTracking.jsx to avoid edge case which results in
componentDidMount
line 42
src/components/PlaceholderWithoutTracking.jsx
Uncaught TypeError: IntersectionObserver.unobserve: Argument 1 is not an object.
to occur.
@Aljullu
This has been released as part of 1.5.6. Please ping me if you find any issues.
Fixes #114
Description Adds sanity check similar to what
componentDidMount
does atline 42
insrc/components/PlaceholderWithoutTracking.jsx
to avoid edge case which results inUncaught TypeError: IntersectionObserver.unobserve: Argument 1 is not an object.
to occur.
@Aljullu