node_modules/preact/compat/src/index.d.ts in isomorfeus-preact-10.5.8 vs node_modules/preact/compat/src/index.d.ts in isomorfeus-preact-10.5.9

- old
+ new

@@ -103,10 +103,10 @@ displayName?: string; } export function forwardRef<R, P = {}>( fn: ForwardFn<P, R> - ): preact.FunctionalComponent<Omit<P, 'ref'> & { ref?: preact.RefObject<R> }>; + ): preact.FunctionalComponent<Omit<P, 'ref'> & { ref?: preact.Ref<R> }>; export function unstable_batchedUpdates( callback: (arg?: any) => void, arg?: any ): void;