tableProps Dependent on useShow() Attribute Causing Error
Hello,
I have a 'show' page for a store that queries for its products by using a permanent on the products --
However, because 'record' doesn't exist for a split second before useTable is called, I'm getting the error
Is there any way I can make useTable 'wait' for the record?.id?
I have a 'show' page for a store that queries for its products by using a permanent on the products --
However, because 'record' doesn't exist for a split second before useTable is called, I'm getting the error
Error: The provided href (/stores/show/[id]?pageSize=10¤t=1) value is missing query values (id) to be interpolated properly.Is there any way I can make useTable 'wait' for the record?.id?
