This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # PRStatusChecker Hang Report | |
| **Reported:** Wed Jan 28 10:56:20 EST 2026 | |
| **macOS:** 15.7 | |
| ## Process Sample | |
| ``` | |
| Waiting for 'PRStatusChecker' to appear... PRStatusChecker appeared. | |
| Sampling process 27535 for 3 seconds with 1 millisecond of run time between samples | |
| Sampling completed, processing symbols... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # PRStatusChecker Hang Report | |
| **Reported:** Wed Jan 28 10:49:03 EST 2026 | |
| **macOS:** 15.7 | |
| _Process not running - no sample captured_ | |
| ## Recent Console Logs | |
| ``` | |
| Timestamp Thread Type Activity PID TTL |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React from "react"; | |
| import styled from "styled-components"; | |
| import { useTable, usePagination } from "react-table"; | |
| import namor from 'namor' | |
| const range = len => { | |
| const arr = [] | |
| for (let i = 0; i < len; i++) { | |
| arr.push(i) |