Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Commit

Permalink
Replace classnames with clsx. Closes #283
Browse files Browse the repository at this point in the history
  • Loading branch information
leMaik committed Aug 3, 2019
1 parent ef2d5d3 commit 450d590
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react-dom": "^16.8.6"
},
"dependencies": {
"classnames": "^2.2.5",
"clsx": "^1.0.4",
"prop-types": "^15.6.1"
},
"jest": {
Expand Down
2 changes: 1 addition & 1 deletion src/ChipInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import withStyles from '@material-ui/core/styles/withStyles'
import blue from '@material-ui/core/colors/blue'
import FormControl from '@material-ui/core/FormControl'
import FormHelperText from '@material-ui/core/FormHelperText'
import cx from 'classnames'
import cx from 'clsx'

const variantComponent = {
standard: Input,
Expand Down

0 comments on commit 450d590

Please sign in to comment.