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
fix(clerk-react): Define global in window if not defined
Vite does not define `global` by default. One workaround is to use the `define` config prop:
https://vitejs.dev/config/#define
However, we decided to solve this on the SDK level as well to reduce setup steps.
0 commit comments