notification
notification copied to clipboard
React Notification
```js Notification.newInstance({}, notification => { notification.notice({ content: 'content', closable: true, duration: 50, closeIcon: X }); }); ``` 只看到有dom 结构 看不到 closeIcon 生效
Currently, when closable is true, a close button is displayed. Some users complain because it is somehow tedious to click on a small button and would prefer to click anywhere...
I need to utilize context in content of Notification. Can i retain the root component's context while using this component?
Bumps [husky](https://github.com/typicode/husky) from 8.0.3 to 9.1.4. Release notes Sourced from husky's releases. v9.1.4 Improve deprecation notice v9.1.3 fix: better handle space in PATH v9.1.2 Show a message instead of automatically...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.8.0. Release notes Sourced from eslint's releases. v9.8.0 Features 13d0bd3 feat: Add and use SourceCode#getLoc/getRange (#18703) (Nicholas C. Zakas) Bug Fixes ab0ff27 fix: Throw error...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 5.17.0 to 6.4.8. Release notes Sourced from @testing-library/jest-dom's releases. v6.4.8 6.4.8 (2024-07-23) Bug Fixes Drop peerDependencies from package.json (#610) (faf534b) v6.4.7 6.4.7 (2024-07-22) Bug Fixes Type definition...
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 14.0.1 to 15.2.7. Release notes Sourced from lint-staged's releases. v15.2.7 Patch Changes #1440 a51be80 Thanks @iiroj! - In the previous version the native git rev-parse --show-toplevel command...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.7 to 16.0.0. Release notes Sourced from @testing-library/react's releases. v16.0.0 16.0.0 (2024-06-03) Features Move @testing-library/dom and @types/react-dom to peer dependencies (#1305) (a4744fa) BREAKING CHANGES @testing-library/dom was moved...