Skip to content

Commit f323a0c

Browse files
authored
Merge pull request #617 from kode15333/main
2 parents 412da1e + 6c8111c commit f323a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ import {
353353
const HookComponent = ({ options }) => {
354354
const { ref, inView } = useInView(options);
355355
return (
356-
<div ref={ref} id="wrapper">
356+
<div ref={ref} data-testid="wrapper">
357357
{inView.toString()}
358358
</div>
359359
);

0 commit comments

Comments
 (0)