ngrx / store-devtools

Developer Tools for @ngrx/store
MIT License
326 stars 38 forks source link

Native code crash on iOS devices #41

Closed gausie closed 7 years ago

gausie commented 7 years ago

Hi there,

On connecting the reducer with store-devtools to the store, I get the following error on all iOS devices:

forEach@[native code]
deepFreeze

forEach@[native code]
deepFreeze

forEach@[native code]
deepFreeze

forEach@[native code]
deepFreeze

forEach@[native code]
deepFreeze

rootReducer
computeNextEntry
recomputeStates

_tryNext
_next
next
_next
next
observe
dispatch
_execute
execute
flush
schedule
schedule
scheduleMessage
_next
next
notifyNext
_next
next
_next
next
notifyNext
_next
next
_next
next
next
next
next
__tryOrUnsub
next
_next
next
notifyNext
_next
next
notifyNext
_next
next
notifyNext
_next
next
_next
next
notifyNext
_next
next
subscribeToResult
_innerSub
_tryNext
_next
next
_next
next
onLoad
invokeTask
onInvokeTask
invokeTask
runTask
invokecomputeNextEntry @ (program):28
recomputeStates @ (program):55
(anonymous function) @ (program):237
(anonymous function) @ (program):77
_tryNext @ (program):98
_next @ (program):91
next @ (program):89
_next @ (program):113
next @ (program):89
observe @ (program):32
dispatch @ (program):50
_execute @ (program):111
execute @ (program):33
flush @ (program):36
schedule @ (program):27
schedule @ (program):43
scheduleMessage @ (program):53
_next @ (program):56
next @ (program):89
.....

Don't even know where to start with this one!

gausie commented 7 years ago

Wrong project!