Skip to content

Commit

Permalink
Merge pull request #158 from pmkroeker/patch-1
Browse files Browse the repository at this point in the history
Fix JSX now namespaced (preact-X)
  • Loading branch information
developit authored Oct 17, 2019
2 parents c266d1f + 4252714 commit 3e75f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preact.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ declare module "unistore/preact" {
}

export class Provider<T> extends Preact.Component<ProviderProps<T>> {
render(props: ProviderProps<T>): JSX.Element;
render(props: ProviderProps<T>): Preact.JSX.Element;
}
}

0 comments on commit 3e75f4d

Please sign in to comment.