Skip to content

Commit 979f120

Browse files
- Removed the indexBrowser implementation since the typechecking handles it much more simply
1 parent 674c20e commit 979f120

File tree

2 files changed

+1
-145
lines changed

2 files changed

+1
-145
lines changed

packages/playground/vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig({
2424
'@rjsf/semantic-ui': path.resolve(__dirname, '../semantic-ui/src'),
2525
'@rjsf/shadcn': path.resolve(__dirname, '../shadcn/src'),
2626
// We want to pick up the browser version of the utils
27-
'@rjsf/utils': path.resolve(__dirname, '../utils/src/indexBrowser'),
27+
'@rjsf/utils': path.resolve(__dirname, '../utils/src'),
2828
'@rjsf/validator-ajv8': path.resolve(__dirname, '../validator-ajv8/src'),
2929
'@rjsf/daisyui': path.resolve(__dirname, '../daisyui/src'),
3030
},

packages/utils/src/indexBrowser.ts

-144
This file was deleted.

0 commit comments

Comments
 (0)