I’ve been struggling to create stories for these pages. Is there a Provider or Context (I’m a little confused about which one would make sense) that would allow these page components to work in Storybook? (Login, ForgotPassword, ResetPassword, etc)
It looks like there is an Apollo Provider that might allow “mocking” responses, but I’m not clear if that is a good approach or if there is something Redwood specific that might be a better fit.
While I’m at it, a second question is about the FatalErrorPage which renders different components for dev and prod mode. I’m also unclear how to create stories that show both of these outputs. Is that something that folks have solved before?