mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
fix(types): compilation error in TypeScript 4.8 (#14847)
This commit is contained in:
parent
dae017c386
commit
26e22c9a89
@ -56,7 +56,7 @@ class Root extends ChannelOwner<channels.RootChannel> {
|
||||
}
|
||||
}
|
||||
|
||||
class DummyChannelOwner<T> extends ChannelOwner<T> {
|
||||
class DummyChannelOwner extends ChannelOwner {
|
||||
}
|
||||
|
||||
export class Connection extends EventEmitter {
|
||||
|
Loading…
Reference in New Issue
Block a user