notification icon indicating copy to clipboard operation
notification copied to clipboard

React Notification

Results 50 notification issues
Sort by recently updated
recently updated
newest added

Bumps [np](https://github.com/sindresorhus/np) from 6.5.0 to 7.5.0. Release notes Sourced from np's releases. v7.5.0 Fix showing files added since the last release (#595) 626aed6 https://github.com/sindresorhus/np/compare/v7.4.0...v7.5.0 v7.4.0 Add support for custom commit...

dependencies

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.14.0 to 17.0.2. Release notes Sourced from react's releases. 17.0.2 (March 22, 2021) React DOM Remove an unused dependency to address the SharedArrayBuffer cross-origin isolation warning. (@koba04...

dependencies

Bumps [less](https://github.com/less/less.js) from 3.13.1 to 4.1.1. Release notes Sourced from less's releases. v4.1.1 Bug fixes v4.1.0 Mixin parentheses requirement removed This was maybe too big a change without some kind...

dependencies

version used : "rc-notification": "3.3.0", i am trying to use my own close icon but its not working i have tried with svg also ``` Notification.newInstance({}, notification => { notification.notice({...

Our component library has been using rc-notification, and closing the notification started to not work since release v4.5.0. To be more specific, removeNotice method gets called, and I see that...

### 背景 为了能在普通 JavaScript 函数中调用 `` 组件实例的方法,目前是通过 `class component` 的 `ref callback` 机制实现的,但因为依赖异步回调,导致上层 API 的使用也深受回调影响,如果可以通过某种方式同步获得组件的控制权,那么在 API 使用和封装上会变得优雅很多: ``` const instance = Notification.newInstance(); const key = instance.add({title: 'xxx'}); // 可以同步返回 key...

` const key = notice.key = notice.key || getUuid(); ` 假如 `key = getUuid()`这不是可以一直不重复吗?这样做的意义什么呢?, 就算有maxCount 的限制也只需要删掉最前面的一个就可以了,这样做的目的是为了什么,性能问题么? 小白请教下

hover Toast 会清除定时器,希望增加 props 可控。 https://github.com/react-component/notification/blob/af67623bc6f758903dd7d6e80a2d4cae19cb1783/src/Notice.tsx#L113

recurrent - link: http://react-component.github.io/notification/examples/simple.html - click updatable twice - close notification notification appear repeatedly

I want to be able to show the last added notification on top of old ones.