neciu/react-mixpanel

Can you use this library without using context?

Closed this issue · 1 comments

Facebook/React discourages the use of context, so I am trying to avoid it. Is there any way I could use this library without having to use this.context?

neciu commented

As far as I know nope. I'm mimicking redux provider behaviour.