Skip to content

Commit

Permalink
chore: upgrade react instantsearch to v5 (#365)
Browse files Browse the repository at this point in the history
Just a very small change needed, since we did a lot of breaking changes. In this case it's just renaming `attributeName` to `attribute`

cc @samouss
  • Loading branch information
Haroenv authored and Kent C. Dodds committed Mar 8, 2018
1 parent 68499b4 commit f6e838b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stories/examples/react-instantsearch.js
Expand Up @@ -39,7 +39,7 @@ function RawAutoComplete({refine, hits}) {
},
})}
>
<Highlight attributeName="name" hit={item} tagName="mark" />
<Highlight attribute="name" hit={item} tagName="mark" />
</div>
))}
</div>
Expand Down
2 changes: 1 addition & 1 deletion stories/package.json
Expand Up @@ -17,7 +17,7 @@
"react": "^15.6.1",
"react-apollo": "^1.4.8",
"react-dom": "^15.6.1",
"react-instantsearch": "^4.0.9",
"react-instantsearch": "^5.0.0",
"react-popper": "^0.7.2",
"react-tiny-virtual-list": "^2.1.1",
"react-virtualized": "9.18.3",
Expand Down

0 comments on commit f6e838b

Please sign in to comment.