-
Notifications
You must be signed in to change notification settings - Fork 789
Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Which Component
Toast
Semi Version
douyinfe/semi-ui-19
Current Behavior
import React, { Component } from 'react';
import { Button, Toast } from '@douyinfe/semi-ui-19';
const SemiApp = () => {
return (
<Button onClick={() => Toast.warning({ content: 'I can now adapt to React v19.' })}>Hello Semi
);
};
Expected Behavior
No response
Steps To Reproduce
No response
ReproducibleCode
Environment
- OS:
- browser:Anything else?
No response
Metadata
Metadata
Assignees
Labels
No labels