Skip to content

Commit

Permalink
Merge pull request #2830 from preactjs/original-type
Browse files Browse the repository at this point in the history
TS: Update _original typings
  • Loading branch information
marvinhagemeister authored Nov 14, 2020
2 parents c6223d4 + 89d8ac6 commit f64f811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/internal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export interface VNode<P = {}> extends preact.VNode<P> {
_component: Component | null;
_hydrating: boolean | null;
constructor: undefined;
_original?: VNode | null;
_original: number;
}

export interface Component<P = {}, S = {}> extends preact.Component<P, S> {
Expand Down

0 comments on commit f64f811

Please sign in to comment.