notification
notification copied to clipboard
为什么RcNotification是undefined
import RcNotification from 'rc-notification'; // console.log('RcNotification') => undefined;
5.6.0版本
没有默认导出,好像很多库都不推荐默认导出。比如 zustand 的 v4 和 v5