armspkt
armspkt
@vzaidman `trackExtraHooks: [[require('react-redux/lib'), 'useSelector']],` it's work. thanks.
example.spec.js ``` const { chromium } = require("playwright"); const { test, expect } = require("@playwright/test"); const { enableWebAuthn, addVirtualAuthenticator, removeVirtualAuthenticator, addCredential, getCredentials, } = require("../src/webauthn"); test("test passkeys example.com", async ()...
@Jromero97 same issue, do you have any solution?
@volkov97 it works when `startImmediately: true` but when I `startImmediately: false` it does not work. Is there a solution that I can `startImmediately: false` and use `setTime` together?
``` import antfu from '@antfu/eslint-config' import { FlatCompat } from '@eslint/eslintrc' const compat = new FlatCompat({ // import.meta.dirname is available after Node.js v20.11.0 baseDirectory: import.meta.dirname, }) export default antfu( {...
# Swiper v8 to v11 Upgrade: Last Slide Visibility Issue ## Problem Description When upgrading from Swiper v8.4.7 to Swiper v11.2.10, the carousel component experienced a critical issue where the...