Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Jan 5, 2024
1 parent 19ec80e commit 90b6936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/demo/DeferredDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const DeferredDemo = ({ options, children, onLoad }) => {

return () => {
if (!visible && elementRef.current) {
observerRef.current.unobserve(elementRef.current);
observerRef.current.unobserve(elementRef.current); // eslint-disable-line react-hooks/exhaustive-deps
}

clearTimeout(timeoutRef.current);
Expand Down

1 comment on commit 90b6936

@vercel
Copy link

@vercel vercel bot commented on 90b6936 Jan 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

primereact – ./

primereact.org
primereact-git-prod-primetek.vercel.app
primereact-primetek.vercel.app

Please sign in to comment.