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
cf6fa40: Automatically add any new icons while running the dev server by reloading the page. This used to require a full dev server restart to track new icons.
This is a very simple vite plugin to handle automatically include material symbols from the google fonts API when using the MaterialSymbol component from @react-md/core. This plugin searches all the included files for MaterialSymbol components and extracts the material symbol name from the name prop.
f83cf31: Fixed the optional-css-module sass util to work with turbopack
b0306dd: Updated code for new eslint rules which mostly changed usage of window to globalThis. This should generally not require any changes on your end.