Naoto Tanaka
Naoto Tanaka
@jontxux Thanks your comments! I will check.
@cadentic Hi! I'll post my example. `_app.tsx` ```js ... import { TopLoadingBar } from './TopLoadingBar' export default function MyApp(props) { const { Component, pageProps } = props } return (...
I had the same problem. I use TiDB and GoogleProvider. I add `relationMode = "prisma"`. It works! schema.prisma ```diff generator client { provider = "prisma-client-js" } datasource db { provider...
@jakre1234 thanks comments!
@salkin-mada Hi there. I appreciate your valuable feedback. This is not expected behavior. I'm sorry, I haven't tested it with version 0.5. Thanks for the detailed measurements and screenshots! I'll...
> if (window.ReactNativeOS === "android") { document.addEventListener("message", handleMessage) } else { window.addEventListener("message", handleMessage) } Thanks! This works!