how to use useParams inside a ContextProvider
I have something like this
and I want to access the slug on MyContextProvider on inital page load.
useParams seems to always return an empty object
and I want to access the slug on MyContextProvider on inital page load.
useParams seems to always return an empty object
