Skip to content

Commit

Permalink
fixup! Fix(web-react): Remove validationState from passed props of …
Browse files Browse the repository at this point in the history
…the TextFieldBase style hook
  • Loading branch information
literat committed Feb 6, 2025
1 parent b43ce1c commit 1c23413
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useTextFieldBaseStyleProps } from '../useTextFieldBaseStyleProps';

describe('useTagStyleProps', () => {
it('should return defaults', () => {
const props = {};
const props = {} as SpiritTextFieldBaseProps;
const { result } = renderHook(() => useTextFieldBaseStyleProps(props));

expect(result.current.classProps).toStrictEqual({
Expand Down

0 comments on commit 1c23413

Please sign in to comment.