You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fileNode component still uses class based component structure. Changing it to functional based component would simplify the state management and maintainability of code along with being consistent with modern react.