Skip to content

Commit

Permalink
Add required type argument to LiveState in tests
Browse files Browse the repository at this point in the history
Reviewed By: jbrown215

Differential Revision: D46396825

fbshipit-source-id: d1be873d85ddf4473b49a3495cb0f255ebb2469a
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Jun 2, 2023
1 parent 95c54b4 commit 1ff9e76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import type {LiveState} from '../../experimental-live-resolvers/LiveResolverStore';

// $FlowFixMe - this resolver returns undefined, but should return LiveState
function live_resolver_return_undefined(): LiveState<> {}
function live_resolver_return_undefined(): LiveState<$FlowFixMe> {}

module.exports = {
live_resolver_return_undefined,
Expand Down

0 comments on commit 1ff9e76

Please sign in to comment.