notification icon indicating copy to clipboard operation
notification copied to clipboard

为什么RcNotification是undefined

Open jsmeng626 opened this issue 1 year ago • 2 comments

import RcNotification from 'rc-notification'; // console.log('RcNotification') => undefined;

jsmeng626 avatar Aug 09 '24 02:08 jsmeng626

5.6.0版本

jsmeng626 avatar Aug 09 '24 02:08 jsmeng626

Image

没有默认导出,好像很多库都不推荐默认导出。比如 zustand 的 v4 和 v5

Wxh16144 avatar Feb 25 '25 02:02 Wxh16144