I am using react boilerplate for my app and it is behaving very strange. I have multiple pages and some pages are working fine and on some pages my app is reloading means its refresh the page.
E.g on
www.myapp.com/login its working fine as a single page.
but on www.myapp.com/about its reload the whole page just like I am opening home page very first time.
Did not understand why this is happening.
FYI: React boilerplate is using Suspense and Lazy to load the component.
Any help would be appreciated.