mirror of
https://github.com/withastro/astro.git
synced 2024-12-30 22:03:56 -05:00
c04ea0d43c
* fix(types): Fix InferGetStaticParamsType (and its props equivalent) not working when getStaticPaths wasn't async * chore: changeset * fix: use type imports
5 lines
126 B
Markdown
5 lines
126 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Fix InferGetStaticParamsType and InferGetStaticPropsType not working when getStaticPaths wasn't async
|