Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix auth icon display regression #3755

Merged
merged 5 commits into from Oct 14, 2017
Merged

Conversation

shockey
Copy link
Contributor

@shockey shockey commented Oct 12, 2017

CC @webron, we discussed this earlier today.

This PR fixes a problem with our authSelector wrapActions in the OAS3 plugin, which was causing bleed into Swagger2 usage.

This has to do with interaction between complex action creators (with the signature (...args) => (system) => action) and wrapActions. State is being provided to these original actions based on their signature, which creates an undocumented function signature in the wrapAction that sits atop it.

I've made a TODO for myself in #3754 to document the correct way to go about this before shipping our new docs.

@shockey shockey merged commit 7de652d into master Oct 14, 2017
@shockey shockey mentioned this pull request Oct 12, 2017
4 tasks
@shockey shockey deleted the bug/auth-display-regression branch October 27, 2017 22:27
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.

None yet

1 participant