When used together, TooltipClasses and FabProps are not working for SpeedDialAction in Material UI React

909 Views Asked by At

While working on SpeedDial component of React's Material UI the following is needed:

  1. Change the background color of speeddial button
  2. Change the background color of speeddialactions
  3. Change the font size of tooltip displayed on hover over speeddialactions

All this was done successfully earlier with the following dependencies at sandbox URL for working code - material-ui/core 4.1.3 - material-ui/lab 4.0.0.alpha.18

But now with latest packages I have updated code posted here sandbox URL for semi working code where things are getting bumpy - material-ui/core 4.6.0 - material-ui/lab 4.0.0.alpha.31 when hovered over speeddialaction there is an error that causes the SpeedDial to disappear. Error details can be seen in the console of sandbox URL for semi working code

1

There are 1 best solutions below

0
rahul shukla On

This was a bug after I reported to material-ui community and has been fixed in alpha 32 release.Refer at Issue and solution posted here