Rajab Shakirov
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`):    
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...