Having trouble applying classes from Inline stylesheets generated by emotion(MUI) in the latest Chrome version (v129). The issue is only present in this specific version of Chrome, as it works fine in other browsers and even in Chrome versions <=128.
I have provided two screenshots to illustrate the problem: In Screenshot 1, you can see that a class applied to an svg element is reflected in the styles and therefore applied correctly. However, in Screenshot 2, the same class is not being reflected in the styles, causing it not to work. This issue is also seen with other HTML elements such as fieldset.
Case: Working (Chrome <= v128, Safari, Firefox, Brave) https://drive.google.com/file/d/1ZbFVakFu_2lOFIGiIOmX7UocT0tZaZjc/view?usp=drive_link
Case: Not Working (Only in Chrome v129) https://drive.google.com/file/d/1DfeoHLEdBB27QDGnKtya7HQivVDC6rm1/view?usp=drive_link Any suggestions for a possible solution would be greatly appreciated.
Relavant Tech Stack Next.js: v13 MUI: v5.14
OS Specifications OS: macOS Sequoia (v15.0)
I have tested across multiple browsers and found that it works correctly in Chrome <= v128 but encounters issues only in Chrome v129, as mentioned earlier.