ApexFossa45
WWasp-lang
•Created by ApexFossa45 on 11/6/2024 in #đŸ™‹questions
Object literal may only specify known properties
Got it, thank you! that makes sense. I'll consider it moving forward on only using named exports. The main reason I was using default for that was chatgpt gave me the defaults. But overall I'd prefer that method, thanks!
27 replies
WWasp-lang
•Created by ApexFossa45 on 11/6/2024 in #đŸ™‹questions
Object literal may only specify known properties
Hi, no longer an issue, this has been resolved, thanks!
I used named imports and exports as kapa.ai mentioned above and it worked!
27 replies
WWasp-lang
•Created by ApexFossa45 on 11/6/2024 in #đŸ™‹questions
Object literal may only specify known properties
got it, thanks, it kinda works. but now it says its missing a deafult export. it says it has no default export @kapa.ai
27 replies
WWasp-lang
•Created by ApexFossa45 on 11/6/2024 in #đŸ™‹questions
Object literal may only specify known properties
@kapa.ai I see, its because i am exporting as default another action, LikeFile, that only takes in fileId. how do I export all functions? to retain the correct types? or import them correctly?
27 replies
WWasp-lang
•Created by ApexFossa45 on 11/6/2024 in #đŸ™‹questions
Object literal may only specify known properties
can I get a hand @Wasp Team ? Still having issues, everything looks correct, i've tried wasp cleaning many times now and changed content to comment to see, but no success
27 replies
WWasp-lang
•Created by ApexFossa45 on 11/6/2024 in #đŸ™‹questions
Object literal may only specify known properties
@kapa.ai It didnt resolve the issue, even after adding the wasp provided type
27 replies
WWasp-lang
•Created by ApexFossa45 on 11/6/2024 in #đŸ™‹questions
Object literal may only specify known properties
I got it, but it didn't solve my problem. even after the addition of the wasp provided type
27 replies