heartbit
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: 
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:...