You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.
Right now, import { setGlobal } from 'reactn'; should work without problem, however it may be more intuitive to include setGlobal in the HOC, similar to how react-redux uses mapStateToProps as well as mapDispatchToProps.
The text was updated successfully, but these errors were encountered:
Suggestion by @justinhandley in another issue.
Right now,
import { setGlobal } from 'reactn';
should work without problem, however it may be more intuitive to includesetGlobal
in the HOC, similar to how react-redux uses mapStateToProps as well as mapDispatchToProps.The text was updated successfully, but these errors were encountered: