Closed aeneasr closed 8 years ago
This could, maybe, be linked to #271
@arekkas I'm going to close this for now with 0.14.0
since the internals have been changed a lot for transforms and history, but if you notice it again feel free to re-open!
Thanks, I will check once I'm back from vacation :)
Am 11.09.2016 um 03:38 schrieb Ian Storm Taylor notifications@github.com:
@arekkas https://github.com/arekkas I'm going to close this for now with 0.14.0 since the internals have been changed a lot for transforms and history, but if you notice it again feel free to re-open!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ianstormtaylor/slate/issues/270#issuecomment-246156265, or mute the thread https://github.com/notifications/unsubscribe-auth/ADN1epqK9qPzJVA7tihEyu_XqTBAJcV0ks5qo1t7gaJpZM4JveAq.
I am using redux and redux-undo. Every onChange in slate triggers an action change in redux and is undoable using redux-undo. I disabled slate's internal undo completely.
Sometimes, when un-/ or redoing the state, I receive the following exception:
TypeError: Cannot read property 'marks' of undefined
.The stacktrace is:
state.js
memoize.js
node.js
I am still looking for an easy way to reproduce this, but maybe someone has an idea how to resolve this.