
- xcode2022年10月14日 / 1分钟阅读
No visible @interface for 'RCTBundleURLProvider' declares the selector 'jsBundleURLForBundleRoot:fallbackResource:'
今天突然心血来潮,在 Appdelegate.mm 文件把 react-native 版本从 0.66.2 更新到 0.68.2,重新构建项目时,报了以下图片上的错误。 - react-native2022年10月14日 / 2分钟阅读
Could not find tools.jar. Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation
更新 Mac 系统为 Big sur 后,启动 react-native 安卓项目 - react2022年10月13日 / 2分钟阅读
Vue3 项目中使用setup()函数报错,script setup cannot contain ES module exports
问题 - react2022年10月11日 / 1分钟阅读
Property 'children' does not exist on type 'IPageProps'.
问题 - react2022年10月11日 / 2分钟阅读
创建新的react项目,控制台警报:Deprecation notice: ReactDOM.render is no longer supported in React 18
今天搭建新的 react 项目,控制台警报:Deprecation notice: ReactDOM.render is no longer supported in React 18 - react2022年10月10日 / 2分钟阅读
react使用typescript引入第三方包报错,cannot be used as a JSX Component
问题 - react2022年10月9日 / 2分钟阅读
使用npx创建react应用报错了,You are running create-react-app 4.0.3 which is behind the latest release (5.0.0)"
问题 - typescript2022年10月6日 / 2分钟阅读
Element implicitly has an 'any' type because expression of type 'string' can't be used to index type
问题 - react2022年10月4日 / 2分钟阅读
react项目启动运行报错,Attempted import error: 'Switch' is not exported from 'react-router-dom'
问题