sforkowany z mirror/soapbox
Fix hooks tests types
rodzic
9d85a9f863
commit
882e4b2fda
|
@ -6,7 +6,7 @@ let listener: ((rect: any) => void) | undefined = undefined;
|
|||
|
||||
(window as any).ResizeObserver = class ResizeObserver {
|
||||
|
||||
constructor(ls) {
|
||||
constructor(ls: any) {
|
||||
listener = ls;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue