Jordan Ranz
Jordan Ranz
Apologies for the delayed response, I made a comment on that PR. Related: https://github.com/rt2zz/redux-action-buffer/issues/19
I believe there may be something missing in the Cognito API that would allow us to support this. I'll mark this as a feature request for us to follow up...
Hey @mdsadique2, Can you provide a bit more information about which framework (if any) and platform you are using for this?
@mdsadique2 thanks for the additional detail. I marked this as a feature request to evaluate with the team.
Was anyone able to solve: "Uncaught TypeError: Cannot read property 'memoizedProperty' of undefined"?
Might be related to: https://github.com/ionic-team/stencil/issues/2148 I was able to get around the flicker by adding extras: { initializeNextTick: false, }, to my stencil.config.ts [Here](https://github.com/ionic-team/stencil/commit/cb71057b7fc4123738f83d03713a06d8f0a50d64) is the commit that adds this...