I have got the the error "Error inflating class android.support.design.chip.Chip. This component requires that you specify a valid TextAppearance attribute. Update your app theme to inherit from Theme.MaterialComponents (or a descendant)." after updated to support library version 28.0.0-rc02. The Application was working properly with previous support library version 28.0.0-alpha1.
Currently, I am using Theme.AppCompat.Light.NoActionBar and should I change to Theme.MaterialComponents according to the error message or is there anyway to solve?