You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pf/react-styles has files in .mjs which import from .css. they were not being transformed by swc, so the css stylemock was not working.
now swc will transform those files and the stylemock will work as intended.
0 commit comments