✨(react) add active state on button
Previously we had no way of forcing a button to render in an active state.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import { describe, expect, it } from "vitest";
|
||||
import { act, render, screen, waitFor } from "@testing-library/react";
|
||||
import React from "react";
|
||||
import { buildTheme, loadTokens } from "tests/Theme";
|
||||
|
||||
Reference in New Issue
Block a user