Reinier Kaper
Reinier Kaper
I discovered this bug today as well. It would be great if this could get some attention as bundles now get bloated quite a bit.
Same issue here. It's driving me almost mad, as neither this package, nor P233's package work on my build of ST3. Almost thinking about moving back to 2.
I can't really give the whole schema, it's quite big, but I'll give you all related things for the one model: Model ```js type UserInvite @model(subscriptions: null) @key(name: "invitationsByBusiness", fields:...
To hook into this discussion: the generated types are also all nullable for optional properties, which means that every single connection (for example) could be null, or an array of...
> Hi @marlonmarcello, can you try to pass in the `Project` object to associate with the Email like, > > ``` > const email = await DataStore.save( > new Email({...
I don't know the details of how the plugin works of course, but I'm not suggesting copying over the DOM, but to re-use all the downloaded assets, instead of doing...
Oh, now it indeed started working again. My repro 100% did not work before (and I had the same behaviour locally), so maybe this was fixed in the meantime? Did...
Downgrading i18n to 8.1.1 fixes the issue, so I'm fairly sure the problem is with this module. Moving to 8.2.0 and this issue starts appearing, so something broke in that...
Thanks Bobbie I appreciate it!
We're not using Typescript and the Volat TS extension is disabled as well, this comes from the Volar Language Server one.