• 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
..
components Loading commit data...
services Loading commit data...
store Loading commit data...
test Loading commit data...
util Loading commit data...
cross-origin-rpc.js Loading commit data...
ga.js Loading commit data...
get-api-url.js Loading commit data...
host-config.js Loading commit data...
icons.js Loading commit data...
index.js Loading commit data...
markdown-commands.js Loading commit data...
media-embedder.js Loading commit data...
render-markdown.js Loading commit data...
search-client.js Loading commit data...
service-config.js Loading commit data...
ui-constants.js Loading commit data...
websocket.js Loading commit data...