Skip to content

Commit 6c8111c

Browse files
committed
chore: fix some typo
1 parent 412da1e commit 6c8111c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)