export default async function Layout(props) { const params = await props.params; // if there's any usage of `searchParams` f1(params); f2(params); }