We have observed some inconsistencies in our application, for some users when they are joining the room. The have the class “jss51” and some have “jss19”
For almost all users we are getting class name “jss19”
There is only on user for which the class name is “jss51”
If we use a different window (guest user/ incognito) then we get “jss19”
Motive:
We are changing the style of the components using CSS. For that we are applying the CSS style to .jss19 class. But we keep getting jss51 for some particular user. What could be the reason for this difference? and how we can fix it so that all the users have the same class name?
If you want to make css changes you need to do it in css
Those CSS classes are coming from atlaskit I think and those can change when a new version gets updated.