We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Notification
2.63.1
调用:
Notification.open({ content: ( <> <NotificationItem notification={notification} /> </> ), duration: 1000, });
定义:
export const NotificationItem = ({ notification }: NotificationItemProps) => { return ( <LocaleConsumer componentName={'NotificationItem'}> {(localeData: any, localeCode: string, dateFnsLocale: any) => ( <div style={{ display: 'flex' }}> <div className="h-12 w-12 mr-2.5"> .....
多语言组件始终无法生效。
No response
- OS: - browser:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Which Component
Notification
Semi Version
2.63.1
Current Behavior
调用:
定义:
多语言组件始终无法生效。
Expected Behavior
No response
Steps To Reproduce
No response
ReproducibleCode
No response
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: