undefined
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 👍
is this being reviewed?
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
  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...