Skip to content

[BUG] <title>Toast无法使用 #3079

@hq-zh

Description

@hq-zh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions