I've made a Route <Route exact path="/category" component={Category} /> And It's working fine. All the css is working properly. But when I change path of Route from /category to /category/:keyword, No css is working.
<Route exact path="/category" component={Category} />
/category
/category/:keyword
2.1m questions
2.1m answers
60 comments
57.0k users