sb-admin-react icon indicating copy to clipboard operation
sb-admin-react copied to clipboard

Remove "#" on path

Open datsoc opened this issue 8 years ago • 1 comments

I want to remove "#" on path . please help me!

datsoc avatar Sep 30 '16 02:09 datsoc

This theme uses the default hashHistory. Hence the '#' appears in the url. If you need to remove them then you would have to implement the browserHistory. https://github.com/ReactTraining/react-router/blob/master/docs/guides/Histories.md#hashhistory

sarika01 avatar Sep 30 '16 06:09 sarika01