immer icon indicating copy to clipboard operation
immer copied to clipboard

[docs] [examples] useImmer To-do list example is using wrong object property for `checked`

Open navidmafi opened this issue 2 years ago • 0 comments

🐛 Bug Report

sorry for not following the issue template since this is a very minor issue

Currently useImmer example which is here uses todo.finished for checkboxes checked value which is wrong and should be changed to todo.done

https://codesandbox.io/s/use-immer-bvd5v?file=/src/index.js

image

should be changed to

image

navidmafi avatar Jan 06 '23 11:01 navidmafi