Skip to content

[Feature][ModalRoot]: переименовать в ModalManager #8112

Open
@inomdzhon

Description

Описание

ModalRoot нужно оставить как псевдоним и задепрекейтить. Тоже самое касается типов, хуков и контекста.

/**
 * @depracated
 */
export type ModalRootProps = ModalManagerProps;

/**
 * @depracated
 */
export const ModalRoot = ModalManager;

/**
 * @depracated
 */
export type ModalRootContextInterface = ModalManagerContextInterface

/**
 * @depracated
 */
export const ModalRootContext = ModalManagerContext;

/**
 * @depracated
 */
export type UseModalRootContext = UseModalManagerContext;

/**
 * @depracated
 */
export const useModalRootContext = useModalManagerContext;

Скриншоты

No response

Metadata

Assignees

Type

No type

Projects

  • Status

    🗃 Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions