Skip to content

Named export 'isEqual' not found when using 6.0.0-beta.12 #4696

@benjamin-heidi

Description

@benjamin-heidi

Prerequisites

What theme are you using?

shadcn

Version

6.0.0-beta.12

Current Behavior

Image

Page crashed with error above

Expected Behavior

Render a form

Steps To Reproduce

import Form from '@rjsf/shadcn';
import { type RJSFSchema } from '@rjsf/utils';
import validator from '@rjsf/validator-ajv8';

const App = () => {
     const schema: RJSFSchema = {
    title: 'Test form',
    type: 'string',
  };

     return (<><Form schema={schema} validator={validator} /></>)
} 

Environment

- OS: macOS 15.5
- Node: 22.14.0
- pnpm: 10.13.1

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions