Results 8 comments of Rajab Shakirov

@Cremz I had a very similar problem and found 2 reasons, 1) griddle version less than 1.10.1 has the following method in index.js that updated state: (raw) ``` _createClass (Griddle,...

@dahlbyk because I have several requestsGrid in different places I reuse reducer via `createFilteredReducer` ```typescript export const gridNameAdminDashboard = "ADMIN_REQUESTS_GRID"; export const pageReducerAdminDashboard = combineReducers({ requestsGrid: createFilteredReducer(requestsGridReducer, act => o(act.meta).name...

>My grid is controlled from the outside and all props are passed by reference maybe I said a little wrong, of course I follow this agreement on immutability, I mean...

hi @bristoljon, fyi current version of griddle is 1.10.1, but for some reason in npm is the older version 1.9.0. it was not very pleasant for me, because one bug...

Hi, @bristoljon - I find it into package.json file on github https://github.com/GriddleGriddle/Griddle/blob/master/package.json or you can see it via command: `npm show griddle-react versions --json` result: ``` ... "1.6.0", "1.8.0", "1.8.1",...

@dignifiedquire JFYI I found some more vulnerabilities using the command `yarn audit` (we use `yarn` instead of `npm`): ![screenshot_19](https://user-images.githubusercontent.com/1275228/50652803-af2e3f00-0f98-11e9-9e4d-0cf6516f3fb0.png) ![screenshot_20](https://user-images.githubusercontent.com/1275228/50652914-ff0d0600-0f98-11e9-8f2d-4df5188f73d0.png) ![screenshot_21](https://user-images.githubusercontent.com/1275228/50652938-13510300-0f99-11e9-8b75-f6b0fe3ee706.png) ![screenshot_22](https://user-images.githubusercontent.com/1275228/50652993-34195880-0f99-11e9-8e7c-38821e3f5b90.png)

well, ok. You have saved my time. I will save yours ;)

I added @types and application works but there is some error with `npm test`: `21 01 2017 22:38:19.957:ERROR [karma]: Error: Invalid store [fslookup], allowed values are at Object.create (C:\typescript-react-redux-example\node_modules\remap-istanbul\node_modules\istanbul\lib\util\factory.js:47:28) at...