我们有一个npm包供我们的团队使用,里面我们正在使用这个uuidjs。现在我已经在我的Create-React-App上安装了这个自定义的npm包,它正在使用testing-library进行测试。 当我测试从这个具有uuidjs的自定义包中导入文件的组件时,我得到以下错误: crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported 我知道这个问题的答案是install react-native-get-random-values。但我的困惑