We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3464c9a commit 8cfc84fCopy full SHA for 8cfc84f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-form-controlled",
3
- "version": "0.11.1",
+ "version": "0.11.2",
4
"description": "React controlled form components. The main idea is to make forms as simple as possible.",
5
"author": {
6
"name": "Zlatko Fedor",
src/Fieldset.jsx
@@ -9,7 +9,6 @@ import traverse from './utils/traverse';
9
import Input from './Input';
10
import Select from './Select';
11
import Textarea from './Textarea';
12
-import Index from './Index';
13
14
export default class Fieldset extends Element {
15
static isElement = true;
0 commit comments