Material-ui: Missing the jssPreset import

Created on 28 May 2019  路  2Comments  路  Source: mui-org/material-ui

In the Material-UI version v4.0.1 i miss the import @material-ui/core/styles/jssPreset.

question

Most helpful comment

@HanjoHagemeierHCL The module should be imported from @material-ui/styles:

import { jssPreset } from '@material-ui/styles';

All 2 comments

@HanjoHagemeierHCL The module should be imported from @material-ui/styles:

import { jssPreset } from '@material-ui/styles';

Ahh okay, i see it. Sorry my mistake.

Was this page helpful?
0 / 5 - 0 ratings