react-keeper icon indicating copy to clipboard operation
react-keeper copied to clipboard

Route 不支持React16中直接文本渲染

Open itlangzi opened this issue 7 years ago • 0 comments

React 16 目前已经支持直接渲染文本,在使用Route的时候不支持这种写法

component 示例:

class Example extends React.Component{
   render(){
        return 'example'
   }
}

itlangzi avatar Dec 17 '18 07:12 itlangzi