大海绵

Results 4 issues of 大海绵

I am allrady set my root like this, the root warrning disapear ```const root = ReactDOM.createRoot(document.getElementById('root')) root.render( ) But when I use Antd ,this has apear again react_devtools_backend.js:3973 Warning: ReactDOM.render...

### Reproduction link [https://rn.mobile.ant.design/components/button-cn/](https://rn.mobile.ant.design/components/button-cn/) 此处(包括其他的组件)官方给出的按键示例的演示页面也是报错状态 ,错误如下```Error Could not fetch dependencies, please try again in a couple seconds: Dependency @babel/plugin-transform-flow-strip-types not found``` ### Steps to reproduce https://reactnative.dev/docs/environment-setup 使用此向导进行安装,配置好后AwesomeProject在手机上运行一切正常;确认一切都能按照reactnative正确配置并在手机上再次确认示例程序可成功运行后,使用yarn add @ant-design/react-native安装antd插件,安装之后只要使用import {...

Installing template dependencies using npm... npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR!...

I use command > npm install metro4-react and then: import {Button} from "metro4-react"; ``` import React, { Component } from 'react' import {Button} from "metro4-react"; export default class App extends...