Skip to content

Conversation

@awreese
Copy link

@awreese awreese commented Jul 31, 2024

Added a note in the "Composing request handlers" section that parameter inheritance doesn't work with root array of handlers.

Added a note in the "Composing request handlers" section that parameter inheritance doesn't work with root array of handlers.
@vercel
Copy link

vercel bot commented Jul 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
msw-storybook-addon ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 31, 2024 0:42am

}
```
_**Note:** Handler inheritance only works when the root `handlers` is an object; arrays of handlers will not be merged._
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yannbf, this is something we need to reconsider. What is the argument against merging array handlers? I'd expect Storybook to use .unshift() and be done with this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kettanaito @yannbf Any status update on this one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants