gpt4 book ai didi

reactjs - react native : DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope' : The script a

转载 作者:行者123 更新时间:2023-12-02 02:35:12 25 4
gpt4 key购买 nike

我在尝试学习 React Native 时不断遇到这个错误。该应用程序将运行良好,然后我进行了一些添加,但它中断并显示此错误:

error message

生成它的代码是:

import React from 'react';
import {StyleSheet, View, Text} from 'react-native';

const App = () => {
return (
<View>
<Text>Hello</Text>
</View>
);
};

const styles = StyleSheet.create({});

export default App;

任何信息都会很棒,我只希望能够在一致的开发环境中工作。我查看了类似的帖子,但是当收到此错误时,它们似乎都已经有了正常运行的项目。

最佳答案

修复是 react-native 调试器的问题,显然有时会发生,在 android 设备上使用 ctr+m 禁用调试器并使用节点命令行或第三方调试器进行调试

关于reactjs - react native : DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope' : The script a,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64424520/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com