(action: SubscriberHistoryAction)
| 122 | } |
| 123 | |
| 124 | const handleIndexChange = (action: SubscriberHistoryAction) => { |
| 125 | if (opts.notifyOnIndexChange ?? true) notify(action) |
| 126 | else location = opts.getLocation() |
| 127 | } |
| 128 | |
| 129 | const tryNavigation = async ({ |
| 130 | task, |
no test coverage detected