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(timepicker): typo OdsTimezonesPreset #675

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

aesteves60
Copy link
Contributor

No description provided.

@aesteves60 aesteves60 requested a review from a team as a code owner January 16, 2025 15:24
@aesteves60 aesteves60 force-pushed the fix-timezones-preset branch from 52052c4 to 4204bcb Compare January 20, 2025 15:48
import React, { HTMLAttributes, RefAttributes } from 'react';

const TestTimepicker: React.FC<
Partial<
Copy link
Contributor

Choose a reason for hiding this comment

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

Test when defining custom props and using previous OdsTimezonePreset type on one.

@@ -2,12 +2,16 @@ enum ODS_TIMEZONES_PRESET {
all = 'all'
}

/** @deprecated use `OdsTimezonesPreset` instead */
Copy link
Contributor

Choose a reason for hiding this comment

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

if we can't get it on the doc generation, we should at least manually add a warn message on the Technical page of the component

Signed-off-by: Alexandre Esteves <[email protected]>
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.

2 participants