• Robert Knight's avatar
    Fix a type checking error related to `getFilterValues` · 7990507f
    Robert Knight authored
    Fix a typechecking error in `useRootThread`.
    
    `@return` has no effect when used above a variable initialized to a
    value that is not an arrow function or function expression. Therefore
    the type was inferred based on the `filterValues` local variable to be
    `{}`. Correct this to `Object.<string,string>` so that it matches up
    with the `ThreadState` type.
    7990507f
Name
Last commit
Last update
..
modules Loading commit data...
test Loading commit data...
create-store.js Loading commit data...
debug-middleware.js Loading commit data...
index.js Loading commit data...
use-store.js Loading commit data...
util.js Loading commit data...