steelsojka / aurelia-redux-plugin

A Redux plugin for the Aurelia framework
MIT License
17 stars 4 forks source link

Dirty checking occurs when using selectors #15

Open doubleaa93 opened 6 years ago

doubleaa93 commented 6 years ago

Using selectors on objects and arrays ex: @selector(myProp.myObject) @selector(myProp.myArray)

Causes the getter to keep calling forever. Setting a breakpoint in the getter function on select.js you can see being looped forever and its being called by aurelias binding scheduleDirtyCheck