feat: connect to remaining #73
Merged
Annotations
10 warnings
|
src/layout/dashboard-layout/DashboardSidebarContext.tsx#L15
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
src/data/alert.ts#L7
Insert `⏎`
|
|
src/components/ui/animated-grid-pattern.tsx#L93
The ref value 'containerRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'containerRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
|
src/components/ui/animated-grid-pattern.tsx#L74
React Hook useEffect has a missing dependency: 'generateSquares'. Either include it or remove the dependency array
|
|
src/components/ui/Sidebar.tsx#L785
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
src/components/ui/Button/index.tsx#L28
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
|
|
src/components/pages/Dashboard/index.tsx#L35
React Hook useEffect has a missing dependency: 'getRemainingQuery'. Either include it or remove the dependency array
|
|
src/components/pages/Dashboard/Edit/index.tsx#L31
React Hook useEffect has missing dependencies: 'data' and 'setValue'. Either include them or remove the dependency array
|
|
src/components/pages/Dashboard/Edit/index.tsx#L23
React Hook useCallback has a missing dependency: 'id'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading