Passing color prop isn't working with custom button

Is changing fields on Session regularly good or bad practice?
if i spread input will explicit defining it override the spread input?
Strange Prisma error when trying to seed -- meta { column_name 'for' }
in a create-t3-turbo app can i have util folder under packages folder? so it can be share all round
Error with env variables

Help! I'm building small wiki app with Prisma and being stuck at paginate function.
I need to implement a schedule system, any suggestions?
How does WASM fit into the T3 stack?
Accidental state persistence across next dynamic routes?
useState() between different users in my app... My solution and the first stackoverflow answer I found is:
```
useEffect(() => {
setState(resetState) // When the dynamic route change reset the state...Storing Date and Time in UTC on PostgreSQL DB
vercel.json redirects not working in my Next.JS Project
TRPC cache (with vercel, but not working locally too)
What is the best practice for unstable_getServerSession()?
Is it safe to save user role in JWT token with NextAuth?
What's the correct place to put code that populates the db with default values?
How to modify useSession data type?
Next Auth JWT
Session_ID in JWT
How do I get and save the access token from discord oauth create-t3-app