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
Currently if you navigate to recipe/${recipeId}/revision/${revisionIdFromAnotherRecipe}/ you get a weird state where the wrong data is shown to the user.
If a revision ID specified in the address bar / routing isn't in the given recipe we should redirect to recipe/${recipeId}/
Currently if you navigate to
recipe/${recipeId}/revision/${revisionIdFromAnotherRecipe}/you get a weird state where the wrong data is shown to the user.If a revision ID specified in the address bar / routing isn't in the given recipe we should redirect to
recipe/${recipeId}/