Hi guys,
Does anyone have a solution to eliminate content flashing. Ideally not covering the element with a div, then removing that div.
For context, I have a log in and create account button that I only want to show if the user is logged out. I have the logic for this that says after the auth request has completed and failed, show the element. However, if the user is logged in, when the page loads and the auth request is taking place, the content shows for a split second (flashes).
Any ideas?
TIA 🙂