Merge branch 'ft/performance' of github.com:swagger-api/swagger-ui into ft/performance
# Conflicts: # src/core/components/responses.jsx
This commit is contained in:
@@ -470,7 +470,7 @@ describe("bound system", function(){
|
||||
it("allows container components to provide their own `mapStateToProps` function", function() {
|
||||
// Given
|
||||
class ContainerComponent extends PureComponent {
|
||||
static mapStateToProps(nextState, props) {
|
||||
mapStateToProps(nextState, props) {
|
||||
return {
|
||||
"abc": "This came from mapStateToProps"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user