gmwill934
gmwill934
Any update on this? I can help if pointed in the right direction! ```ts const { doesSessionExist, isLoading } = useSessionContext(); ```
any update on this?
Any development on this?
getting same error, following the [docs](https://storybook.js.org/docs/react/writing-tests/test-runner), it says zero config, but do we need extra config?
For sure @janpio 1. Clone the repo @ `https://github.com/gmwill934/prisma-simple` and `cd` to new created folder 2. Install dependencies with `npm i` 3. Initialize prisma with `npx prisma init` 4. Change...
Is there any update on this? How can I help?
Where you able to replicate this? @janpio
@Jolg42 It’s working! I still need the id though, but I’ll manage with this for now! Any plans on fully supporting this?
@janpio For postgresql, instead of doing a select after an insert, what about the following? `insert into table (column_one) values ('value') returning *;`
Anything else I can do to help with prisma team?