Skip to content

Conversation

zombieJ
Copy link
Member

@zombieJ zombieJ commented Jan 2, 2024

No description provided.

Copy link

vercel bot commented Jan 2, 2024

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

Name Status Preview Comments Updated (UTC)
picker ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 2, 2024 8:01am


const [value, setValue] = React.useState<Dayjs>(null);
const [rangeValue, setRangeValue] = React.useState<[Dayjs?, Dayjs?]>(
const [rangeValue, setRangeValue] = React.useState<[Dayjs, Dayjs]>(

Check notice

Code scanning / CodeQL

Unused variable, import, function or class

Unused variable rangeValue.

const [value, setValue] = React.useState<Dayjs>(null);
const [rangeValue, setRangeValue] = React.useState<[Dayjs?, Dayjs?]>(
const [rangeValue, setRangeValue] = React.useState<[Dayjs, Dayjs]>(

Check notice

Code scanning / CodeQL

Unused variable, import, function or class

Unused variable setRangeValue.
@zombieJ zombieJ merged commit e5483d8 into master Jan 2, 2024
@zombieJ zombieJ deleted the defaultOpenValue branch January 2, 2024 08:03
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.

1 participant