Skip to content

Commit

Permalink
chore: format and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marsidev committed Apr 4, 2024
1 parent 9b82948 commit a96dcfc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/lib/src/lib.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,16 @@ export const Turnstile = forwardRef<TurnstileInstance | undefined, TurnstileProp
}
}
},
[widgetId, options.execution, widgetSize, renderConfig, containerRef, checkIfTurnstileLoaded, turnstileLoaded]
// eslint-disable-next-line react-hooks/exhaustive-deps
[
widgetId,
options.execution,
widgetSize,
renderConfig,
containerRef,
checkIfTurnstileLoaded,
turnstileLoaded
]
)

useEffect(() => {
Expand Down

0 comments on commit a96dcfc

Please sign in to comment.