I'm trying to implement Partial Pre-Rendering (PPR) on the main page, which receives a Promise Search Params, passes these Search Params to a dynamic component, and that component then awaits the search parameters and fetch & render restaurants based on the query.
However, when I build the app, the page is builded as dynamic, with F icon , and I can't get it to work as partial pre-rendering, where some parts are rendered statically and others dynamically.
How can I achieve this? Please, help me, i have lost like 5 hours trying to get it working but 0..