Skip to content

Commit

Permalink
Consume correct core utils in lab
Browse files Browse the repository at this point in the history
Commonjs appeared because of using deep path import
  • Loading branch information
TrySound committed Jun 1, 2019
1 parent 60071b8 commit acbfd49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/ToggleButton/ToggleButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import PropTypes from 'prop-types';
import clsx from 'clsx';
import { fade, withStyles } from '@material-ui/core/styles';
import ButtonBase from '@material-ui/core/ButtonBase';
import { capitalize } from '@material-ui/core/utils/helpers';
import { capitalize } from '@material-ui/core/utils';

export const styles = theme => ({
/* Styles applied to the root element. */
Expand Down

0 comments on commit acbfd49

Please sign in to comment.