Skip to content

fix(site): speed up state syncs and validate input for debounce hook logic #18877

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jul 17, 2025
Prev Previous commit
Next Next commit
fix: update formatting again
  • Loading branch information
Parkreiner committed Jul 15, 2025
commit 4266b85a3eb8091fd06f797c6f937309a911aaeb
2 changes: 1 addition & 1 deletion site/src/hooks/debounce.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ describe(`${useDebouncedFunction.name}`, () => {
-42,
];

const dummyFunction = jest.fn()
const dummyFunction = jest.fn();
for (const input of invalidInputs) {
expect(() => {
renderDebouncedFunction(dummyFunction, input);
Expand Down
Loading