I am working on a component that handles user input and updates search parameters accordingly. This results in a page refresh to display updated data on the UI. However, despite these actions, the loading.tsx file for this route is not being triggered.
After coming across similar issues reported by others on this GitHub thread, I wonder if there is a workaround to ensure that search parameters can trigger a loading screen?
While I acknowledge that using path parameters might solve the issue, it is essential for me to maintain URLs with search parameters.