You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... <Form> <Form.Group> <Input name='leftComponent' width={2} /> <Input name='middleComponent' width={12} /> <Input name='rightComponent' width={2} /> </Form.Group> </Form> ...
I can get it to work if I do but i'm not sure if that will break things(yet).
The text was updated successfully, but these errors were encountered:
...
<Form>
<Form.Group>
<Input name='leftComponent' width={2} />
<Input name='middleComponent' width={12} />
<Input name='rightComponent' width={2} />
</Form.Group>
</Form>
...
I can get it to work if I do but i'm not sure if that will break things(yet).
The text was updated successfully, but these errors were encountered: