The issue occurs because the elements reference the app store which is not configured correctly with a direct link.
Fixes issue with React when timer tries to set state after component has been unmounted for Project/Releases
Solution: Have the components use the environment prop that is handed down from the environment selector. If the app store is set, then use that. If not, then try to parse the url slug to get the current environment. If that doesn't parse or it's not an environment the project supports, then present user with the environment selection screen.
Solution: Have the components use the
environment
prop that is handed down from the environment selector. If the app store is set, then use that. If not, then try to parse the url slug to get the current environment. If that doesn't parse or it's not an environment the project supports, then present user with the environment selection screen.