在反应中覆盖很棒的通知选项

问题描述

我已经在我的react应用程序中安装了awesome-notifications,并且可以在认选项下正常运行。如文档所述,我可以覆盖认选项,但是当我尝试这样做时,什么也没有发生。下面是我的代码段。

import AWN from "awesome-notifications";
import '../static/css/awsome-notifications.css';

let globalOptions =  {}
let notifier = new AWN(globalOptions)
let nextCallOptions = {
    position: "top-left"
}

...

<button onClick={() => notifier.success('Excellent',nextCallOptions)}>Success</button>

通知显示在右下角的认位置。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)