diff --git a/test/index.html b/test/index.html index 00d7936..5a922ba 100644 --- a/test/index.html +++ b/test/index.html @@ -11,11 +11,6 @@ body { padding: 1em } - - input, - select { - display: block; - } diff --git a/test/test.tsx b/test/test.tsx index b17f740..9e8a1ee 100644 --- a/test/test.tsx +++ b/test/test.tsx @@ -33,35 +33,39 @@ const Index: React.FC = () => {
Username
- - {errors.username && 'Something went wrong'} + -
+

Password
- + -
+

Which one to choose?
- -
+
+ +
+

-
Is it awesome?
- e.target.checked - })} /> + + -
+

- +
) @@ -69,5 +73,5 @@ const Index: React.FC = () => { ReactDOM.render(, document.getElementById('root')) -// @ts-ignore + // @ts-ignore // if (module.hot) module.hot.accept() \ No newline at end of file