A recent change to the BrewRenderer is causing Legacy brews to be unable to render at all on the SharePage. The issue appears to be from a recent change to line 144 of BrewRenderer.jsx, changing props.currentEditorPage to props.currentEditorPage - 1.
REPRODUCTION STEPS:
Attempt to open the Share page of any Legacy brew, new or old, with or without actual content.
EXPECTED RESULT:
Brew is rendered
CURRENT RESULT:
Loading icon sits on page forever. Page background image does not load.
A recent change to the BrewRenderer is causing Legacy brews to be unable to render at all on the SharePage. The issue appears to be from a recent change to line 144 of BrewRenderer.jsx, changing
props.currentEditorPage
toprops.currentEditorPage - 1
.REPRODUCTION STEPS:
EXPECTED RESULT: Brew is rendered
CURRENT RESULT: Loading icon sits on page forever. Page background image does not load.