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
When you find yourself writing out a lot of similar code as here you can replace all the individual accesses on this.state with <RevisionContainer {...this.state} /> and it will expand them for you.
The text was updated successfully, but these errors were encountered:
When you find yourself writing out a lot of similar code as here you can replace all the individual accesses on
this.state
with<RevisionContainer {...this.state} />
and it will expand them for you.The text was updated successfully, but these errors were encountered: