We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 218cf42 commit 533bea7Copy full SHA for 533bea7
src/pagination.js
@@ -4,7 +4,7 @@ import classnames from 'classnames'
4
// import _ from './utils'
5
6
const defaultButton = (props) => (
7
- <button {...props} className='-btn'>{props.children}</button>
+ <button type='button' {...props} className='-btn'>{props.children}</button>
8
)
9
10
export default React.createClass({
0 commit comments