The issue has been closed

It will be fixed in the next release (tomorrow)
posted by yakov116 over 4 years ago
Thank you for help.
close it, because my problem's been solved.
posted by KSH-code over 4 years ago
@yakov116 The bug has not been solved until now in my Chrome browser.
Is this fixed?
the bug cannot be shown on console but commented list is not updated.
the error would be shown in situation.
- Click Pull Requests tab.
- Click Commented tab.
- Click Review Requests tab
- Click Commented tab.
in 4th situation, PRs list is not updated.
posted by KSH-code almost 4 years ago
posted by yakov116 almost 4 years ago 
Can you please paste the error here?
posted by yakov116 almost 4 years ago
Could there be an issue with a dashed username?
posted by fregante almost 4 years ago
Can you paste the URLs of the steps 2 and 4? We will know exactly what's happening
posted by fregante almost 4 years ago
posted by KSH-code almost 4 years ago 
posted by fregante almost 4 years ago 
@fregante
Hey, I'm back here issue.
I was wondering this issue can be fixed soon.
If no and I have time to fix this, I will fix on my own. but I'm newbie about TS.
so to fix it will spend lots of time. 😂
posted by KSH-code almost 4 years ago
The problem doesn't seem to be what I thought. This SearchQuery
test passes correctly:
test('.remove with dash', t => {
// Native "Review requested" query after user visits the `Commented` tab
const query = new SearchQuery({q: 'is:pr is:open archived:false commenter:KSH-code sort:updated-desc review-requested:KSH-code'});
// Replicates line 37 shown above
query.remove('commenter:KSH-code');
t.is(query.get(), 'is:pr is:open archived:false sort:updated-desc review-requested:KSH-code');
});
posted by fregante almost 4 years ago
@fregante
Hey, It's been a while.
The problem has been solved by update via Chrome developer mode.
It occured when pathname ends with /pulls/review-requested
but now, only pathname represents /pulls
posted by KSH-code almost 4 years ago
Oooops, I have just found the bug.
The reason why the bug occurs is because of sort option.
I'll fix soon.
posted by KSH-code almost 4 years ago
posted by KimGenius almost 4 years ago