-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Task description
While upgrading dependencies, rollup warned that there are a number of circular dependencies:
src/index.ts -> src/components/index.ts -> src/components/SelectV2/index.ts -> src/components/SelectV2/SelectWithLabel.tsx -> src/components/Label/index.tsx -> src/components/Label/Label.tsx -> src/index.ts
src/index.ts -> src/components/index.ts -> src/components/RadioGroup/index.tsx -> src/components/RadioGroup/RadioGroup.tsx -> src/index.ts
src/index.ts -> src/components/index.ts -> src/components/RadioGroup/index.tsx -> src/components/RadioGroup/RadioGroup.tsx -> src/components/RadioGroup/RadioWithLabel.tsx -> src/index.ts
src/index.ts -> src/components/index.ts -> src/components/RadioGroup/index.tsx -> src/components/RadioGroup/RadioGroup.tsx -> src/components/RadioGroup/RadioWithLabel.tsx -> src/components/RadioGroup/Radio.tsx -> src/index.ts
src/index.ts -> src/components/index.ts -> src/components/Instruction/index.tsx -> src/components/Instruction/Instruction.tsx -> src/index.ts
Reactions are currently unavailable
