#Module '"astro:actions"' has no exported member 'actions'.ts(2305)

6 messages ยท Page 1 of 1 (latest)

hushed pine
wary moth
#

Could you try running astro sync? I believe astro first has to generate the type declarations

hushed pine
#

Thanks a lot, I was sure I needed some codegen but didn't know about astro sync

wary moth
#

All good ๐Ÿ™‚ astro sync has usually fixed all my type problems. Can also help with astro content collections
Glad it's working now ๐Ÿ™‚

naive idol
#

@hushed pine Did astro sync work for you?
I am having the exact same issue, it doesn't look like actions is something that is being exported. Even if the types were exported, it fails as there is no exported member as part of it.