try #38
Annotations
1 warning
|
lint:
components/booking/Bookings.tsx#L234
React Hook useCallback has missing dependencies: 'form' and 'venues'. Either include them or remove the dependency array. If 'setSelectedTimeRange' needs the current value of 'venues', you can also switch to useReducer instead of useState and read 'venues' in the reducer
|