import React from 'react'; import { connect } from 'react-redux'; import { loadConfig } from '../actions/config'; class App extends React.Component { constructor(props) { super(props); } componentDidMount() { this.props.dispatch(loadConfig()); } configError(config) { return
The "config.yml" file could not be loaded or failed to parse properly.
Error message: {config.get('error')}