mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
refactor: Disable exhaustive-deps
ESLint rule
This commit is contained in:
parent
46059c13a1
commit
7c4d411066
1 changed files with 1 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
/* eslint-disable react-hooks/exhaustive-deps */
|
||||
"use client";
|
||||
|
||||
import React, { useRef, useEffect } from "react";
|
||||
|
|
Loading…
Reference in a new issue