#Module '"astro:actions"' has no exported member 'actions'.ts(2305)
6 messages ยท Page 1 of 1 (latest)
Could you try running astro sync? I believe astro first has to generate the type declarations
Thanks a lot, I was sure I needed some codegen but didn't know about astro sync
All good ๐ astro sync has usually fixed all my type problems. Can also help with astro content collections
Glad it's working now ๐
@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.
Yes, it worked!