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
Since we are not doing SSR anymore, using things like <Status code={200} /> does not make much sense. However, we still need some way to indicate page load status. So we may want to just rename <Status /> and its props to something more meaningful.
The text was updated successfully, but these errors were encountered:
Since we are not doing SSR anymore, using things like
<Status code={200} />
does not make much sense. However, we still need some way to indicate page load status. So we may want to just rename<Status />
and its props to something more meaningful.The text was updated successfully, but these errors were encountered: