Rewrote app to use hooks and fixed multiple re-renders.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export default {
|
||||
currentUser: { email: null, displayName: null },
|
||||
__typename: "State",
|
||||
currentUser: null,
|
||||
selectedNavItem: "Home",
|
||||
recentItems: [],
|
||||
whiteBoardLeftSiderVisible: true
|
||||
|
||||
Reference in New Issue
Block a user