chunkai1312 / muibox

Promise-based dialog boxes (alert, confirm, prompt) using Material-UI
https://chunkai1312.github.io/muibox
MIT License
20 stars 6 forks source link

fix(components) fixes error declaring proptypes #6

Closed VagnerNico closed 4 years ago

VagnerNico commented 4 years ago

@chunkai1312 sorry by this new pull request, but I declared the PropTypes wrong on the last PR, where I used the objectOf instead of shape. This new PR fixes this little mistake.

chunkai1312 commented 4 years ago

@VagnerNico The fix has been released. Thank you!