neciu / react-mixpanel

Unofficial React bindings for Mixpanel
73 stars 19 forks source link

Expose MixpanelContext #26

Closed dgw2jr closed 5 years ago

dgw2jr commented 5 years ago

Can you expose MixpanelContext so we can use it in functional components like

const mixpanelContext = useContext(MixpanelContext);

masahitojp commented 5 years ago

👍 we'd like to use context for React Hooks!!!

neciu commented 5 years ago

Covered here: https://github.com/neciu/react-mixpanel/pull/29

Since version 1.0.4 you can get MixpanelContext as default export.