We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c2ce8 commit 172e4fcCopy full SHA for 172e4fc
src/Sentinel.js
@@ -19,7 +19,7 @@ class Sentinel extends Component {
19
rootMargin: computeRootMargin(props),
20
};
21
22
- this.target = <span style={{ height: 1, width: 1, display: 'block' }} />;
+ this.target = <template style={{ height: 1, minWidth: 1, display: 'block' }} />;
23
24
props.setRef(this.setRootElement);
25
}
0 commit comments