feat: added top-level add recipe button #253
Merged
Annotations
6 warnings
|
frontend/src/pages/UserPage.tsx#L140
React Hook useEffect has missing dependencies: 'checkFollowStatus', 'handleGetUserRecipes', 'handleGetUserReviews', and 'handleUserInfo'. Either include them or remove the dependency array
|
|
frontend/src/pages/RecipePage.tsx#L72
React Hook useEffect has missing dependencies: 'checkBookmarked' and 'fetchRecipeInformation'. Either include them or remove the dependency array
|
|
frontend/src/pages/CookbookPage.tsx#L25
React Hook useEffect has a missing dependency: 'loggedInAccount'. Either include it or remove the dependency array
|
|
frontend/src/components/ui/sidebar.tsx#L724
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
frontend/src/components/ui/button.tsx#L59
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
frontend/src/components/followingModal.tsx#L49
React Hook useEffect has a missing dependency: 'handleLoadFollowing'. Either include it or remove the dependency array
|
The logs for this run have expired and are no longer available.
Loading