Solutionunvalidated
Initialize the table with an empty placeholder array until query data is available, then update the table rows/memo once the fetched data arrives. Also change the Axios import to `import axios from 'axios'` so the request is actually executed.
349f629a-fab9-4815-b345-35618e26606b
Initialize the table with an empty placeholder array until query data is available, then update the table rows/memo once the fetched data arrives. Also change the Axios import to import axios from 'axios' so the request is actually executed.