Logan
Logan
BABetter Auth
Created by Logan on 3/29/2025 in #help
Vite cannot find "react" import in the npm package
I'm implementing the svelte demo in my sveltekit app as a test, and when running vite server, this error occurs:
✘ [ERROR] Could not resolve "react"

node_modules/better-auth/dist/client/react/index.mjs:3:58:
3 │ import { useRef, useCallback, useSyncExternalStore } from 'react';
╵ ~~~~~~~
✘ [ERROR] Could not resolve "react"

node_modules/better-auth/dist/client/react/index.mjs:3:58:
3 │ import { useRef, useCallback, useSyncExternalStore } from 'react';
╵ ~~~~~~~
Running Node v23
6 replies