Alex Yang
Alex Yang
``` Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release. ```
Fixes: https://github.com/uhop/stream-chain/issues/29 use util from node.js source code https://github.com/nodejs/node/blob/f552c86fecd6c2ba9e832ea129b731dd63abdbe2/lib/internal/streams/utils.js#L80-L106
### Environment expo and react native ### Reproduction import this repo ### Describe the bug ```ts const crypto = globalThis.crypto //
Fixes: https://github.com/better-auth/better-auth/issues/6277 --- ## Summary by cubic Adds Prisma v7 compatibility to the CLI schema generator by detecting the installed Prisma version and using the correct client provider, with automatic...
Related: https://github.com/better-auth/better-auth/issues/2715 checklist: - [ ] Unit Test --- ## Summary by cubic Added logic to automatically revalidate the session after it expires by resetting the session signal.
Fixes: https://github.com/better-auth/better-auth/issues/2351 ## Summary by cubic Adds support for provider-specific OAuth options in authorization requests so clients can pass custom params like access_type and prompt. This enables flows such as...
- [ ] async context tracking - [ ] snapshot / interruptible workflow https://github.com/run-llama/llama-flow/pull/97