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
Elements are loaded into the DOM as they are requested in the first view, and navigating away creates an issue where an incomplete gallery is loaded into prevState, meaning the full gallery can never be viewed when navigating back.
Need to think of a better system for that.
The text was updated successfully, but these errors were encountered:
Elements are loaded into the DOM as they are requested in the first view, and navigating away creates an issue where an incomplete gallery is loaded into
prevState
, meaning the full gallery can never be viewed when navigating back.Need to think of a better system for that.
The text was updated successfully, but these errors were encountered: