docs: add changelog entry for Vite browser compatibility fix

Document the fix for ReferenceError: process is not defined errors
that occurred when using @stackframe/react in Vite apps.
This commit is contained in:
promptless[bot] 2026-04-28 18:02:56 +00:00
parent b3d0ab66cc
commit 502b5e8eb5

View File

@ -2,6 +2,12 @@
---
## 4/28/26
### Bug Fixes
- Fixed `ReferenceError: process is not defined` errors when using `@stackframe/react` in Vite apps and other bundlers without automatic `process` shims
- Resolved related sign-in flow errors like `clientSecret must not be empty` that occurred from this issue
## 1/23/26
### Payments