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 81301d4 commit 08f85f6Copy full SHA for 08f85f6
example/main.jsx
@@ -81,7 +81,7 @@ const SimpleBinding = ({ strLink, boolLink }) => {
81
</label>
82
</fieldset>
83
);
84
-}
+};
85
86
const DeepLinkedInputs = ({ objLink }) => {
87
const arrayLink = objLink.at( 'text' );
@@ -95,7 +95,7 @@ const DeepLinkedInputs = ({ objLink }) => {
95
<button onClick={ arrayLink.action( arr => ( arr.push( '' ), arr ) )}>Add</button>
96
97
98
99
100
const CheckboxObjGroup = ({ flagsLink }) => (
101
<fieldset>
0 commit comments