refactor: remove nanoid #2969
Annotations
10 warnings
Lint:
src/components/ContextualMenu/ContextualMenuDropdown/ContextualMenuDropdown.test.tsx#L25
Avoid direct Node access. Prefer using the methods from Testing Library
|
Lint:
src/components/ContextualMenu/ContextualMenuDropdown/ContextualMenuDropdown.test.tsx#L54
Avoid direct Node access. Prefer using the methods from Testing Library
|
Lint:
src/components/Input/Input.test.tsx#L47
Avoid direct Node access. Prefer using the methods from Testing Library
|
Lint:
src/components/Input/Input.test.tsx#L49
Avoid direct Node access. Prefer using the methods from Testing Library
|
Lint:
src/components/Modal/Modal.test.tsx#L36
Avoid using container methods. Prefer using the methods from Testing Library, such as "getByRole()"
|
Lint:
src/components/Modal/Modal.test.tsx#L36
Avoid direct Node access. Prefer using the methods from Testing Library
|
Lint:
src/components/Modal/Modal.test.tsx#L41
Avoid using container methods. Prefer using the methods from Testing Library, such as "getByRole()"
|
Lint:
src/components/Modal/Modal.test.tsx#L41
Avoid direct Node access. Prefer using the methods from Testing Library
|
Lint:
src/components/Modal/Modal.test.tsx#L46
Avoid using container methods. Prefer using the methods from Testing Library, such as "getByRole()"
|
Lint:
src/components/Modal/Modal.test.tsx#L46
Avoid direct Node access. Prefer using the methods from Testing Library
|
Loading