Javan Friedel
Javan Friedel
I am also experiencing this bug during development. I am using Spring to animate bars in a graph, on entry and on data change. However, because of React Strict mode,...
I ran into this today as well when attempting to attach a role to the user object. The problem is, that the drizzleAdapter uses default table definitions when accepting data...
@adriangalilea I believe I am importing directly from @auth for the types as well as the drizzle adapter directly. ```js import { DrizzleAdapter } from "@auth/drizzle-adapter"; import type { Adapter,...