Open mogmarsh opened 8 months ago
I would like to be able to provide a custom function to look up post data to be used in the preview component.
If a post cannot be accessed by usePostById we need to specify another function that can access it.
usePostById
Description
I would like to be able to provide a custom function to look up post data to be used in the preview component.
Use Case
If a post cannot be accessed by
usePostById
we need to specify another function that can access it.