Skip to content

Commit

Permalink
Merge pull request #7549 from ktaletsk/patch-1
Browse files Browse the repository at this point in the history
Typo in UseSignal documentation
  • Loading branch information
jasongrout committed Nov 21, 2019
2 parents 908ec55 + f461736 commit 00b17fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/apputils/src/vdom.ts
Expand Up @@ -220,6 +220,7 @@ export interface IUseSignalState<SENDER, ARGS> {
* />
* )
* }
* ```
*/
export class UseSignal<SENDER, ARGS> extends React.Component<
IUseSignalProps<SENDER, ARGS>,
Expand Down

0 comments on commit 00b17fc

Please sign in to comment.