useShow() id is NaN
Hi! I have a page located at companies/show/:id. It's retrieving data using --
For some reason, when it's first loaded, id is NaN. However, this is the only page that does so. I'm wondering what the causes of this could be?
const { queryResult } = useShow()For some reason, when it's first loaded, id is NaN. However, this is the only page that does so. I'm wondering what the causes of this could be?
