pancake-toolkit
pancake-toolkit copied to clipboard
useModal is incompatible with react router links
If you want to put Link inside modal in useModal
it doesn't work since modals are rendered outside of router provider. We need to find a solution to be able to use react router links in modals, otherwise we forcing users to reload the site / open a new tab.
Hey! You can import history from routerHistory.ts
and just use history.push(..)