Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "chore(deps-dev): bump @types/react from 17.0.62 to 18.2.15" #961

Merged

Conversation

li-jia-nan
Copy link
Member

Reverts #936

Copy link

vercel bot commented Dec 6, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
slider ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 6, 2023 3:02am

import '../../assets/index.less';

export default () => {
const [disabled, setDisabled] = React.useState(false);
const [range, setRange] = React.useState(false);
const [reverse, setReverse] = React.useState(false);
const [vertical, setVertical] = React.useState(false);
const [value, setValue] = React.useState(30);

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable value.
import '../../assets/index.less';

export default () => {
const [disabled, setDisabled] = React.useState(false);
const [range, setRange] = React.useState(false);
const [reverse, setReverse] = React.useState(false);
const [vertical, setVertical] = React.useState(false);
const [value, setValue] = React.useState(30);

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable setValue.
@@ -124,7 +124,7 @@
onChangeComplete?.();
break;
}
};
}

Check notice

Code scanning / CodeQL

Semicolon insertion Note

Avoid automated semicolon insertion (90% of all statements in
the enclosing function
have an explicit semicolon).
@li-jia-nan li-jia-nan merged commit e4c841b into master Dec 6, 2023
9 checks passed
@li-jia-nan li-jia-nan deleted the revert-936-dependabot/npm_and_yarn/types/react-18.2.15 branch December 6, 2023 03:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant