Not getting updated object on second time onchange event of switch of antd in react

I am Updating nested object and reset state once it updated on onchange event of radio in react.
Every time Onchange event occur a function call where inner object value is changed via map iterative loop.On first time change object is updated and state also change but on second time change event Object not updated and so state is not update.