()
| 6 | |
| 7 | // Show DevBar for dev builds or all ants |
| 8 | function shouldShowDevBar(): boolean { |
| 9 | return "production" === 'development' || "external" === 'ant'; |
| 10 | } |
| 11 | export function DevBar() { |
| 12 | const $ = _c(5); |
| 13 | const [slowOps, setSlowOps] = useState(getSlowOperations); |