Context API is not supported?
matthew-dean opened this issue · 2 comments
matthew-dean commented
I'm getting React.createContext is not a function
. It would be nice to have an explicit list of what's not supported of the React API, instead of what is supported. Is there a nerv library to polyfill?
matthew-dean commented
Can I use something like this to polyfill the feature? https://github.com/valotas/preact-context
dpikt commented
I agree with your call for an explicit list of what’s not supported, it’s the first thing I look for with lightweight alternative libs like this.