The welcome guide is still showing up for new sessions.
We have code to hide it, but there's something weird happening.
With a completely new session, local storage is missing the welcomeGuide: false prop and we check to see if it's active, it says no (probably because undefined = false), and then the welcome window appears later.
We can either remove it or repurpose it to introduce the page better.
The welcome guide is still showing up for new sessions.
We have code to hide it, but there's something weird happening.
With a completely new session, local storage is missing the
welcomeGuide: false
prop and we check to see if it's active, it says no (probably because undefined = false), and then the welcome window appears later.We can either remove it or repurpose it to introduce the page better.