With Playwright, you can pass the force property to the click method to ignore waiting for element stability:
force
click
myElement.click({ force: true });
Docs Reference: https://playwright.dev/docs/input#forcing-the-click