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
I guess the piece that was unclear and tripped me up for a while is the fact that allparameters.msw.handlers need to be objects with keys in order for inheritance to work as expected, in the default exports and in individual stories. The Composing request handlers doesn't explicitly state this is the case. Of course in hind site this totally makes sense now.
@yannbf I created #158 to address this in the README and hopefully make this clearer for the next dev.
So in the "Story" story, you lose the
/bar
handler. My expectation was that I could add or overwrite any default handlers in a story.The text was updated successfully, but these errors were encountered: