neciu / react-mixpanel

Unofficial React bindings for Mixpanel
73 stars 19 forks source link

export all context object to be able to use hooks #25

Closed eMerzh closed 5 years ago

eMerzh commented 5 years ago

Hi 👋 , Currently you can't use useContext hook with react-mixpanel as the hook is requiring to give the whole context object.

Let's export the whole context if needed, and let the rest in place to avoid breaking changes ;-)

neciu commented 5 years ago

Thanks for the PR!