Milo Hill
Milo Hill
Also experiencing the same issue, and `firestore.v1.FirestoreAdminClient` is also undefined
Hi @schmidt-sebastian, we're also seeing calls to realtime DB hang when using with the emulator. We're using firebase-admin 10.0.0 and firebase-tools 9.23.0. The RDB emulator is running, and function triggers...
This is also happening for us pretty consistently, 3-5 will fail with quota exceeded when deploying 60 functions. We're using firebase-tools 9.23.0.
@Ehesp Any more updates from the Invertase team? Otherwise @alex-kowalczyk @jakrim I'm tempted to fork this and pull in the latest PRs that are sitting open
Runtime error says `D.latestVersion is not a function` in production build by Next.js 13 App Router.
Also seeing the same thing
Runtime error says `D.latestVersion is not a function` in production build by Next.js 13 App Router.
As a workaround I've disabled swcMinify in my next.config.js and this error no longer happens. Looks like this might be a bug with SWC Minifier, rather than emoji-mart.
Seeing the same issue, disabling swcMinify during build prevents the issue from happening