What is the purpose of the 'forceRefresh' prop in <BrowserRouter>?
The 'forceRefresh' prop in <BrowserRouter> is used to force a full page refresh on navigation. This can be useful in certain scenarios where you need to ensure that the entire page is reloaded.