I am getting following warning -
Warning: Failed prop type: You are using a deprecated typography variant: `title` that will be removed in the next major release.
Please read the migration guide under https://material-ui.com/style/typography#migration-to-typography-v2
in Typography (created by WithStyles(Typography))
in WithStyles(Typography) (created by r)
in div (created by r)
in div (created by r)
in div (created by Toolbar)
in Toolbar (created by WithStyles(Toolbar))
in WithStyles(Toolbar) (created by r)
in r (created by t)
in t (created by WithStyles(t))
in WithStyles(t) (created by t)
in t (created by t)
in div (created by Paper)
in Paper (created by WithStyles(Paper))
On checking the typography v2 migration docs, it seems following pull request is throwing the warning.
Instead of title, we should be using h6 as per the documentation.
I have the same problem
"@material-ui/core": "^3.5.1",
"@material-ui/icons": "^3.0.1",
"mui-datatables": "^2.0.0-beta-39"
[Edit] Ok, I've seen its merged at master the fix. I will wait the next version release. #277
Just released
This seems to be fixed. Thanks.
Most helpful comment
Just released