undefined

Results 12 comments of undefined

@chrispahm Is this fix available on npm? Facing the same issue in version 2.2.5

update: forked the repo and fixed it myself, but it would be nice if it's published on npm 👍

I'm using Next.js with react 18, and turning off strict mode helped for me! ```js const nextConfig = { reactStrictMode: false, swcMinify: true }; ```

Hey, hope you figured it out by now! I found a solution: 1. Make sure JRE is installed, which you might have done already while setting up your DrawBot 2....

Or you could probably remove the "-master" suffix from the folder name.

Workaround, but it should work out of the box. ```ts import axios from 'axios'; import { NeynarAPIClient } from '@neynar/nodejs-sdk'; const client = new NeynarAPIClient(NEYNAR_API_KEY, { axiosInstance: axios.create({ headers: {...

> @ggomaeng What is the version of nodejs you are using? v18.18.2

![image](https://github.com/prisma/prisma/assets/18402191/29e52907-eb45-4d30-8068-2ecc92d6270b) ![image](https://github.com/prisma/prisma/assets/18402191/fa2e1753-5991-453e-88c6-e15db39b1194) Hm does prisma not support .upsert method for using "Unsupported" column on a model? Edit: found this ticket https://github.com/prisma/prisma/discussions/20047 Edit2: Ah, makes sense, because we have to use...