Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit 1a0a8b6

Browse files
committed
Exporting Fieldset in immutable.js. Fixes #595
1 parent 6acf956 commit 1a0a8b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/immutable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { createErrorsClass } from './components/errors-component';
88
import { createControlClass } from './components/control-component';
99
import { createFormClass } from './components/form-component';
1010
import { createFieldActions } from './actions/field-actions';
11+
import Fieldset from './components/fieldset-component';
1112
import batch from './actions/batch-actions';
1213
import getValue from './utils/get-value';
1314
import immutableGetFromState from './utils/get-from-immutable-state';
@@ -163,6 +164,7 @@ export {
163164
ImmutableControl as Control,
164165
ImmutableForm as Form,
165166
ImmutableErrors as Errors,
167+
Fieldset, // not immutable-specific
166168

167169
// Factories
168170
createFieldClass,

0 commit comments

Comments
 (0)