This repository was archived by the owner on Jul 30, 2020. It is now read-only.
Commit c72f45f
fix(types): correct a local/import type declaration conflict (#79)
* Fix local/import type declaration conflict
Fixes an error introduced by a backwards incompatible change in
TypeScript 3.7 which fails if you declare a local type with the same
name as an imported type:
https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/#local-and-imported-type-declarations-now-conflict
* Fix typings: only include getProp/parentNode in NativeTestInstance1 parent 2097cc7 commit c72f45f
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments