user
05/21/2019, 10:41 AMhundreds-dentist-88554
05/21/2019, 2:18 PMdeepstate
haxelibhundreds-dentist-88554
05/21/2019, 2:18 PMbitter-family-72722
05/25/2019, 2:42 PMstale-house-89863
06/02/2019, 9:05 PMUncaught Invariant Violation: Could not find "store" in the context of "Connect(MyView)". Either wrap the root component in a <Provider>, or pass a custom React context provider to <Provider> and the corresponding React context consumer to Connect(MyView) in connect options.
For:
ReactDOM.render(jsx('
<Provider store=${store}>
<MyView />
</Provider>
'), Browser.document.getElementById('app'));
And I'm not sure why...
haxelib:/react-next#1.116.0stale-house-89863
06/04/2019, 6:31 PMgh://github.com/kLabz/haxe-redux#009733ec778dc22bddc88801b74d7e4b1649c9d5
stale-house-89863
06/04/2019, 6:33 PMsrc/Application.hx:11:
{dispatch: ƒ, subscribe: ƒ, getState: ƒ, replaceReducer: ƒ, liftedStore: {…}, …}
dispatch: ƒ e(n)
getState: ƒ f()
liftedStore: {dispatch: ƒ, subscribe: ƒ, getState: ƒ, replaceReducer: ƒ, Symbol(observable): ƒ}
replaceReducer: ƒ (n)
subscribe: ƒ subscribe(listener)
Symbol(observable): ƒ ()
__proto__: Object
stale-house-89863
06/04/2019, 7:38 PM"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-redux": "^7.0.3",
"redux": "^4.0.1"
}