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 sub components that compose Writing tab got connected in #5997
This is unnecessary, adds a slightly overhead to performance and it's harder to maintain. We should keep only the parent components connected and pass the props to the children as we have been doing so far.