You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub-style tasklists do not render checked boxes correctly, even when tasklists: true is set in the options.
For example, the following Markdown will render incorrectly:
- [x] This renders without the checkbox showing as checked
- [ ] This renders fine
I also see the following warning in the browser console on Chrome:
Warning: You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.
Example render:
The text was updated successfully, but these errors were encountered:
GitHub-style tasklists do not render checked boxes correctly, even when
tasklists: true
is set in theoptions
.For example, the following Markdown will render incorrectly:
I also see the following warning in the browser console on Chrome:
Example render:
The text was updated successfully, but these errors were encountered: