The error state will only show if embedded under a class .was-validated.  The recommended way to use this is the bootstrap `<Form validated={true}>` tag which adds this class.

```js
import { Label } from 'frontend-react-components';

<Label text="This is a label" help="Help text" isRequired hasError helpId="helpId" />
```
