SolidStart<Params> is a component that is rendered as a child of several route components.const tableData to get populated with the current params.printParams always logs the passed-in/correct params, but <Params> sometimes renders the params from the previous route.tableData to a function const tableData = () => {...}, but I'm would like to understand why the current approach isn't working?