Boa tarde,
Estou com seguinte erro na aula 6 do curso de react, que não me permite renderizar a tela:
TypeError: Cannot read property 'location' of undefined new Router C:/Users/munir.junior/Desktop/react/cdc-admin/node_modules/react-router/es/Router.js:31 28 | } 29 | 30 | return _ret = (_temp = (_this = _possibleConstructorReturn(this, _React$Component.call.apply(_React$Component, [this].concat(args))), _this), _this.state = {
31 | match: _this.computeMatch(_this.props.history.location.pathname) 32 | }, _temp), _possibleConstructorReturn(_this, _ret); 33 | } 34 |
Alguém pode me ajudar por favor?