Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
import { Form, Text } from 'informed';
<Form>
<label>
First name:
<Text field="name"/>
</label>
<button type="submit">Submit</button>
</Form>