[NGRM] - SyncLogViewer is not working if wrapped with React.StrictMode component
Closed this issue · 2 comments
mirisb commented
Introduction:
React.StrictMode component is used to debug components and make sure they are written correctly. https://react.dev/reference/react/StrictMode
StrictMode is only active in dev mode thus it is not in effect when running production mode.
Problem:
When wrapping SyncLogViewer in StrictMode it becomes disfunctional:
Also in Dev Tools console we see errors:
This problem is interfering with development and also indicates a malfunction in the SyncLogView component.
Vladimir-Kokin commented