LegacyRootOption
Home > @backstage/test-utils
> LegacyRootOption
Set legacy mode when using React 18/RTL 13+. Mock this option while we're working against React 17 or lower.
Signature:
export type LegacyRootOption = {
legacyRoot?: boolean;
};