Luis Marsiglia
Luis Marsiglia
```prisma generator client { provider = "prisma-client-js" output = "../node_modules/.prisma/client" } ``` ```js import { PrismaClient } from '.prisma/client' ```
Same issue here
Same here. I downgraded it to 2.2.4 and it works fine.
bump
Duplicado de #213
You can use the `onBeforeInteractive` callback, which runs before the challenge becomes interactive. Example: ```jsx import { Turnstile } from '@marsidev/react-turnstile' import React from 'react' export default function Page() {...
We don't have a `onVisible` callback, but we you can use the [ResizeObserver API](https://developer.mozilla.org/en-US/docs/Web/API/ResizeObserver) to achive what you need. Check [this demo](https://codesandbox.io/p/devbox/sweet-dream-s7gcmn).
Hello, can you please share a minimal reproduction? Can be in codesandbox or just a GH repo.
Hey! What do you mean with `useNavigate`? Is this something related to an specific framework? > It is possible that the page has been inactive for a long time, and...