MUHAMMAD QASIM QADRI

Results 6 comments of MUHAMMAD QASIM QADRI

@auzeonfung @shadcn Are conflicts the reason for not merging this PR?

same error on IOS, when calling logevent V6.9.2 RN version 0.67.3 `Error: com.appsflyer.sdk.network` @GM-appsflyer

fixed this issue by adding the correct devKey and appId on the init of sdk. ``` appsFlyer.initSdk( { devKey: 'correct-dev-key', ----> here isDebug: false, appId: 'your-app-id', ----> here onInstallConversionDataListener: true,...

same here, getting this error even on incognito mode, just created a latest nextjs project with turbopack

> @tr1s I'm unable to run the reproduction repository, seems there's steps missing. During boot it ends up with: > > ``` > Error: Failed to load configuration file "/project/workspace/sanity.config.ts":...

@devjiwonchoi @gurkerl83 I am also getting this hydration error, not sure if this is related to this thread, just created new project using latest nextjs version with turbopack