Ondrej Medek
Ondrej Medek
See #1695 Simple fix in `invokePartialWrapper`. However, I am not sure if the compiled partial code should do it instead?
Markdown backslash in the end of a line should be [`hardBreak`](https://developer.atlassian.com/cloud/jira/platform/apis/document/nodes/hardBreak/) in ADF. E.g. ```md one \ \ two ``` should be ```json "content": [ { "type": "text", "text": "one"...
### Page URL https://handsontable.com/docs/react-data-grid/redux/#simple-example ### Improvement description The Redux example makes data reducer: ```js action.dataChanges.forEach(([row, column, oldValue, newValue]) => { newData[row][column] = newValue; }); ``` which mutates `initialReduxStoreState` and breaks...