Expo Better Auth breaking with any client plugin "better-auth/client/plugins"

Organization Plugin: Empty invitation handling
organization.inviteMember
And the function would work correctly.
Example of the bug:
- User sends an invitation to the organization for an empty string email ""
- The function takes it normally without throwing an error and stores it in database with email = ""
...Expo: TypeError: Cannot read property 'subtle' of undefined
TypeError: Cannot read property 'subtle' of undefined
TypeError: Cannot read property 'subtle' of undefined
Documentation is missing userId
1.1.19 breaks expo client
hex
random
createHash
) i tried this but did not helped.
```javascript
"better-auth/react": "../../node_modules/better-auth/dist/react.js",
"better-auth/client/plugins": "../../node_modules/better-auth/dist/client/plugins.js",...Manually verifying magic link token throws unexpected invalid_type
bun: Couldn't read your auth config in auth.ts
Session stealing?
Unable to generate cookie in "after" hooks for sign-in because un-authorized
No response from API in Next.js
userinfo_endpoint key in openid-configuration has incorrect capatlisation.
Running SvelteKit on Cloudflare workers I am getting this error
[Better Auth]:\u001b[0m INTERNAL_SERVER_ERROR
Error: Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance. (I/O type: Writable)
[Better Auth]:\u001b[0m INTERNAL_SERVER_ERROR
Error: Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance. (I/O type: Writable)
Change email: the second verification email (to the new email) does not redirect
openid-configuration - Missing content-type header
Using useListOrganization() causes API to call `/api/auth/t-o-j-s-o-n`

Is there a way to extend fields for plugins?
user
or session
table, but are you able to do it with other tables created by plugins, such as organizations
?api.auth.getSession calls SELECT session and SELECT user separately
Failed to get session, when remember me is checked

authClient.getSession never throws
authClient.getSession
appears to never throw no matter the settings. I tried:
```ts
export const authClient = createAuthClient({
baseURL: envConfig.VITE_BETTER_AUTH_URL,
fetchOptions: {...