feat(tabs): scroll the active tab to the center position (#1663) #2315
Annotations
3 errors and 1 warning
Run npm run test:
src/tabs/tabs.tsx#L131
TypeError: navScroll.value.scrollTo is not a function
❯ moveToActiveTab src/tabs/tabs.tsx:131:25
❯ Timeout._onTimeout src/tabs/tabs.tsx:138:9
❯ listOnTimeout node:internal/timers:569:17
❯ processTimers node:internal/timers:512:7
This error originated in "src/tabs/__test__/demo.test.jsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "src/tabs/__test__/demo.test.jsx". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Run npm run test:
src/tabs/tabs.tsx#L131
TypeError: navScroll.value.scrollTo is not a function
❯ moveToActiveTab src/tabs/tabs.tsx:131:25
❯ Timeout._onTimeout src/tabs/tabs.tsx:138:9
❯ listOnTimeout node:internal/timers:569:17
❯ processTimers node:internal/timers:512:7
This error originated in "src/tabs/__test__/demo.test.jsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Run npm run test
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading