clieee
clieee
Okay, got it, thank's for letting me know!
@brandonkelly I know you mentioned this will be fixed in Craft 4, but is there a chance you guys could have a look at it earlier than that? I agree...
Any news about this?
I get the same, points out to this line in MaskedView.js: ```const RNCMaskedView = requireNativeComponent('RNCMaskedView');``` Which triggers: ```TypeError: Object(...) is not a function``` Tried out with your github example code...
Currently using wp-graphql/wp-graphql version 1.18.2, and also have the WPGraphQL for Advanced Custom Fields version 0.6.1. Running WP as headless and trying to get Preview working. I dont have any...
that explains it I guess, thanks for letting me know. Is there a token you can pass along, or what is there to setup this?
Im using postgres via vercel and facing issues with middleware check even locally. Is that the way it is, or can I get it to work locally? Right now I've...
So, here is my current setup: - "next": "14.1.0" - "next-auth": "^5.0.0-beta.5" - "@prisma/client": "^5.9.1" - "@auth/prisma-adapter": "^1.2.1" I've also created a local setup of Postgres. **src/app/api/auth/[...nextauth]/route.ts:** `export { GET,...
If it is your scroll wheel, maybe you could trigger next/prev slide based on your own listener for mouse wheel.