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
In this line, window might be changed to globalThis to support hot reloading in ssr, or add a condition typeof window !== undefined to keep it only hmr'ble on client
The text was updated successfully, but these errors were encountered:
cssinjs/src/hooks/useHMR.ts
Line 21 in 55d5716
In this line,
window
might be changed toglobalThis
to support hot reloading in ssr, or add a conditiontypeof window !== undefined
to keep it only hmr'ble on clientThe text was updated successfully, but these errors were encountered: