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

fix(Select): #413 #414

Merged
merged 2 commits into from Sep 15, 2023
Merged

fix(Select): #413 #414

merged 2 commits into from Sep 15, 2023

Conversation

yoshi6jp
Copy link
Contributor

@yoshi6jp yoshi6jp commented Sep 6, 2023

I fixed #413

@netlify
Copy link

netlify bot commented Sep 6, 2023

👷 Deploy Preview for react-daisyui processing.

Name Link
🔨 Latest commit 53783ca
🔍 Latest deploy log https://app.netlify.com/sites/react-daisyui/deploys/64f874fb7bdeb80007d2306e

@netlify
Copy link

netlify bot commented Sep 6, 2023

Deploy Preview for react-daisyui ready!

Name Link
🔨 Latest commit 4f01cbe
🔍 Latest deploy log https://app.netlify.com/sites/react-daisyui/deploys/64fadfbdad1a8a0008b27853
😎 Deploy Preview https://deploy-preview-414--react-daisyui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@netlify
Copy link

netlify bot commented Sep 6, 2023

👷 Deploy Preview for react-daisyui processing.

Name Link
🔨 Latest commit 53783ca
🔍 Latest deploy log https://app.netlify.com/sites/react-daisyui/deploys/64f874fb7bdeb80007d2306e

@@ -11,7 +16,7 @@ export type SelectProps = Omit<
'size' | 'color'
> &
IComponentBaseProps & {
children: ReactElement<SelectOptionProps>[]
children: ListOrItem<ReactElement<SelectOptionProps>>
Copy link
Contributor

Choose a reason for hiding this comment

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

awesome!

src/types.ts Outdated

export interface IComponentBaseProps {
dataTheme?: DataTheme
}

export type ComponentColor = typeof componentColors[number]
export type ComponentColor = (typeof componentColors)[number]
Copy link
Contributor

Choose a reason for hiding this comment

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

Are these extra () needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

4f01cbe Fixed in this commit.

@benjitrosch benjitrosch merged commit 4f4dd09 into daisyui:main Sep 15, 2023
5 checks passed
This was referenced Sep 15, 2023
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.

Type Errors if Select.Option are rendered both statically and dynamically
3 participants