Skip to content

Commit 0e84a51

Browse files
committed
Fix
1 parent b6a64c4 commit 0e84a51

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

types/three/test/unit/src/core/EventDispatcher.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ eveDisForTestEvent.addEventListener("foo", e => {
3232
e.target; // $ExpectType EventDispatcher<TestEvent>
3333
e.foo; // $ExpectType number
3434

35-
// NOTE: Error in ts lower than 3.9. The minimum typescript version cannot be raised from 3.6 because of the dependency from aframe.
36-
e.foo; // $ExpectType number
3735
// @ts-expect-error
3836
e.bar;
3937
});

0 commit comments

Comments
 (0)