Skip to content

Transform into bool before passing as switch value#100

Open
luizakp wants to merge 1 commit intomainfrom
tranform-bool
Open

Transform into bool before passing as switch value#100
luizakp wants to merge 1 commit intomainfrom
tranform-bool

Conversation

@luizakp
Copy link
Contributor

@luizakp luizakp commented Sep 24, 2024

This PR forces the value to be a boolean before sending to checked on Switch

@vercel
Copy link

vercel bot commented Sep 24, 2024

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

Name Status Preview Comments Updated (UTC)
bleu-ui ❌ Failed (Inspect) Sep 24, 2024 6:07pm

Comment on lines +27 to +29
if (typeof value === "number") {
return value === 1;
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤔 out of curiosity, where did you have this issue?

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.

3 participants