release: v1.1.4 #91
Annotations
11 warnings
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
src/app/pages/travel-auto-page.tsx#L99
The ref value 'wrapperRef.current' will likely have changed by the time this effect cleanup function runs. If this ref points to a node rendered by React, copy 'wrapperRef.current' to a variable inside the effect, and use that variable in the cleanup function
|
lint:
src/app/pages/travel-auto-page.tsx#L134
React Hook useEffect has missing dependencies: 'parsingItem' and 'recommend'. Either include them or remove the dependency array
|
lint:
src/app/pages/travel-auto-page.tsx#L155
React Hook useEffect has missing dependencies: 'createToast' and 'router'. Either include them or remove the dependency array
|
lint:
src/app/pages/travel-auto-page.tsx#L300
propType "recommendData" is not required, but has no corresponding defaultProps declaration
|
lint:
src/app/pages/travel-traveler-page.tsx#L72
React Hook useEffect has a missing dependency: 'setLocation'. Either include it or remove the dependency array
|
lint:
src/app/pages/travel-traveler-page.tsx#L161
Fragments should contain more than one child - otherwise, there’s no need for a Fragment at all
|
lint:
src/components/Calendar.tsx#L16
propType "onSelect" is not required, but has no corresponding defaultProps declaration
|
lint:
src/components/Calendar.tsx#L99
Visible, non-interactive elements with click handlers must have at least one keyboard listener
|
lint:
src/components/Calendar.tsx#L99
Avoid non-native interactive elements. If using native HTML is not possible, add an appropriate role and support for tabbing, mouse, keyboard, and touch inputs to an interactive content element
|
lint:
src/components/CustomButton.tsx#L20
propType "grow" is not required, but has no corresponding defaultProps declaration
|