1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/src/renderer/components/input
Roman 4474d87ed2
Fix: Unhandled exception for <DropFileInput disabled={true}/> (#1512)
* fix: invalid handling disabled={false} causing app crash

Signed-off-by: Roman <ixrock@gmail.com>

* re-fix: put React.Children.only() validation inside try-catch to avoid crash as well

Signed-off-by: Roman <ixrock@gmail.com>
2020-11-25 11:55:30 +02:00
..
__tests__ Refactor testing harness to use defaults (#808) 2020-10-02 10:05:59 -04:00
drop-file-input.scss Allow to install packed extensions from URL or local file (#1456) 2020-11-25 09:55:28 +02:00
drop-file-input.tsx Fix: Unhandled exception for <DropFileInput disabled={true}/> (#1512) 2020-11-25 11:55:30 +02:00
file-input.tsx Enable object-shorthand rule (#1500) 2020-11-24 13:16:35 +02:00
index.ts Allow to install packed extensions from URL or local file (#1456) 2020-11-25 09:55:28 +02:00
input_validators.ts Enforce semicolons in eslint 2020-11-19 16:35:04 +02:00
input.scss Allow to install packed extensions from URL or local file (#1456) 2020-11-25 09:55:28 +02:00
input.tsx Allow to install packed extensions from URL or local file (#1456) 2020-11-25 09:55:28 +02:00
search-input-url.tsx Use @typescript-eslint/semi. 2020-11-19 18:12:52 +02:00
search-input.scss Allow to install packed extensions from URL or local file (#1456) 2020-11-25 09:55:28 +02:00
search-input.tsx Use @typescript-eslint/semi. 2020-11-19 18:12:52 +02:00