antd报错,解决

58 阅读1分钟

1、Faild Context Types:Invalid child context antLocale of type string supplied ton LocaleProvider

import { LocaleProvider} from 'antd'; import zhCN from 'antd/lib/locale-provider/zh_CN';

class App extends React.Component { render() { const { children } = this.props; return ( {children} ); } }

2