Dee
Dee
@Felipe-OT no solution yet, makes Stripe library fairly useless for Expo.
Thanks for the solutions but neither of them worked.
@jneuendorf just need a PR now :-D thanks man
I'd like to also expand on this, here's a working example that breaks without existing connection. ```ts @modelOptions({ schemaOptions: { collection: 'app_details' } }) export class AppDetails extends TimeStamps {...
@hasezoey it works on production when I do `import { mongoose as typegoose } from '@typegoose/typegoose';` instead of mongoose. ``` 0.0.1 /Users/starfire/Projects/myproject └─┬ @typegoose/[email protected] └── [email protected] ```
Yes I spent a long time figuring this out. Maybe typegoose should have it's own connection name/method that references the correct one?
@hasezoey I know, just would be a better way to ensure they use the right import ;-)
We're doing research into Ionic; created a new React Ionic app; there's no config anywhere; adding it manually does nothing? Any ideas?
@Rossella-Mascia-Neosyn I started using Svelte with Capacitor. Both SSR and SPA; it's excellent.
@Rossella-Mascia-Neosyn sure but I'm not in software anymore after 20 years; in hardware now, so this might be outdated. ``` import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"; import adapterNode from "@sveltejs/adapter-node";...