heartbit

Results 7 comments of heartbit

We know that our component will be re-rendered for changes of every `state value` inside the state object so if one component using multiple `state values` then we should expose...

Chrome version info: ![chrome-version](https://cloud.githubusercontent.com/assets/2406828/25562152/b5008aa8-2d92-11e7-9d7f-98d451b0956b.png)

I have the same problem for my new project which is based on `angularJs`. I have been solved this with my solution that I think would be useful to write...

Months order inside month panel is not as same as jalaali system, so I will make the PR after fixing [that issue ](https://github.com/saeidalidadi/rj-calendar/issues/5)

I fixed this using a ref hook. ```javascript const transformRef = useRef({} as any); useEffect(() => { transformRef.current = (data: any) => {}; transform(transformRef.current) }); ```

Hi, I have the same issue with postman

I also had this issue. that is due to the loaders' order inside the `webpack.config.js` config of `react-scripts`. just add this config to your `craco.config.js`. ```javascript module.exports = { webpack:...