diff --git a/example/src/Validation/index.js b/example/src/Validation/index.js index eac2a998..713f3dbb 100644 --- a/example/src/Validation/index.js +++ b/example/src/Validation/index.js @@ -20,18 +20,15 @@ const onConnectEnd = (event) => console.log('on connect end', event); const CustomInput = () => ( <>
Only connectable with B
- - {/* */} + ); const CustomNode = ({ id }) => ( <> - {/* */}
{id}
- {/* */} );