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
love your cheatsheet! I noticed that the lifecycle methods table does not fit into the 720px wide container, and additionally does not scroll horizontally.
I could either increase the maxWidth of the <main> container or allow the container to overflow-x: auto; (or both?)