added onclick in hero Explore section #41
Merged
Annotations
3 errors and 3 warnings
|
Run ESLint (Ignore Failures):
frontend/src/context/BookingContext.jsx#L6
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Run ESLint (Ignore Failures):
frontend/src/components/ui/Loader.jsx#L2
'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
Run ESLint (Ignore Failures):
frontend/src/components/home/Feedback.jsx#L1
'motion' is defined but never used. Allowed unused vars must match /^[A-Z_]/u
|
|
Run ESLint (Ignore Failures):
frontend/src/pages/Schedule.jsx#L28
React Hook useEffect has a missing dependency: 'fetchBookings'. Either include it or remove the dependency array
|
|
Run ESLint (Ignore Failures)
React Hook useEffect has a missing dependency: 'fetchActiveBooking'. Either include it or remove the dependency array
|
|
Run ESLint (Ignore Failures):
frontend/src/components/booking/BookingModal.jsx#L73
React Hook useEffect has missing dependencies: 'determineInitialStep', 'isForceLogin', and 'user'. Either include them or remove the dependency array
|
Loading