Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition2 which is inside StrictMode. #1161

Open
romanNikitchyk opened this issue Apr 1, 2024 · 0 comments
Assignees

Comments

@romanNikitchyk
Copy link

Опишите проблему

При отрисовки компоненты NotificationManager в консоли появляется предупреждение:
console.js:213 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition2 which is inside StrictMode. Instead, add a ref directly to the element you want to reference.

гугл говорит следущее...
Предупреждение, которое вы видите, связано с использованием findDOMNode внутри компонента NotificationManager, который, похоже, использует Transition2 или аналогичный компонент, внутри которого findDOMNode вызывается. Это происходит, потому что findDOMNode устарел и не рекомендуется к использованию в новом коде, особенно в компонентах, отображаемых в режиме StrictMode.

Шаги для воспроизведения

  1. отрисовать компоненту c использованием React.StrictMode

Ожидаемое поведение

отсутствие варнингов

Дополнительная информация

Дополнительная информация

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants