Is there any option to add zone without maping it and adding new object into state on first click?
https://codesandbox.io/s/charming-ellis-b7e8k?file=/src/App.js:319-324
My wanted behaviour is filling inputs and adding it into state on click. After added I will reset input to add more zones into state.
Someone told about using immer.js. Actually reading docs.. is there any other way?
Thank you