• 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
..
test Loading commit data...
activity.js Loading commit data...
annotations.js Loading commit data...
defaults.js Loading commit data...
direct-linked.js Loading commit data...
drafts.js Loading commit data...
filters.js Loading commit data...
frames.js Loading commit data...
groups.js Loading commit data...
links.js Loading commit data...
real-time-updates.js Loading commit data...
route.js Loading commit data...
selection.js Loading commit data...
session.js Loading commit data...
sidebar-panels.js Loading commit data...
toast-messages.js Loading commit data...
viewer.js Loading commit data...