Skip to content

Commit 3aabe37

Browse files
Fix: Fixed the tests for chakra-ui v3 (#4581)
Fixed test for `chakra-ui` v3 - Deleted `CssReset` as it was unused - Fixed up comment in `NativeSelectWidget` - Updated the `GridSnap` tests - Updated the layout grid to add small margin due to new version padding
1 parent eb105ec commit 3aabe37

File tree

4 files changed

+1156
-1370
lines changed

4 files changed

+1156
-1370
lines changed

packages/chakra-ui/src/CssReset.tsx

Lines changed: 0 additions & 265 deletions
This file was deleted.

packages/chakra-ui/src/SelectNativeWidget/NativeSelectWidget.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import { Field } from '../components/ui/field';
2525
*
2626
* @returns {JSX.Element} - The rendered component.
2727
*/
28-
2928
export default function NativeSelectWidget<
3029
T = any,
3130
S extends StrictRJSFSchema = RJSFSchema,

0 commit comments

Comments
 (0)