File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ import { useEventCallback } from 'rxjs-hooks'
106106import { mapTo } from 'rxjs/operators'
107107
108108function App() {
109- const [clickCallback, value] = useEventCallback((event$: Observable<React.React. SyntheticEvent<HTMLButtonElement>>) =>
109+ const [clickCallback, value] = useEventCallback((event$: Observable<React.SyntheticEvent<HTMLButtonElement>>) =>
110110 event$.pipe(
111111 mapTo(1000)
112112 )
@@ -134,7 +134,7 @@ import { useEventCallback } from 'rxjs-hooks'
134134import { mapTo } from 'rxjs/operators'
135135
136136function App() {
137- const [clickCallback, value] = useEventCallback((event$: Observable<React.React. SyntheticEvent<HTMLButtonElement>>) =>
137+ const [clickCallback, value] = useEventCallback((event$: Observable<React.SyntheticEvent<HTMLButtonElement>>) =>
138138 event$.pipe(
139139 mapTo(1000)
140140 ),
You can’t perform that action at this time.
0 commit comments